diff options
Diffstat (limited to 'plugins/npm/README.md')
-rw-r--r-- | plugins/npm/README.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/npm/README.md b/plugins/npm/README.md index 202e2b0a4..0b1a2280f 100644 --- a/plugins/npm/README.md +++ b/plugins/npm/README.md @@ -1,9 +1,10 @@ -## npm plugin +# npm plugin The npm plugin provides completion as well as adding many useful aliases. To use it, add npm to the plugins array of your zshrc file: -``` + +```zsh plugins=(... npm) ``` |