diff options
Diffstat (limited to 'plugins/bower/README.md')
-rw-r--r-- | plugins/bower/README.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/bower/README.md b/plugins/bower/README.md index 743b6a0ea..8877fbdc5 100644 --- a/plugins/bower/README.md +++ b/plugins/bower/README.md @@ -4,7 +4,7 @@ This plugin adds completion for [Bower](https://bower.io/) and a few useful alia To use it, add `bower` to the plugins array in your zshrc file: -``` +```zsh plugins=(... bower) ``` @@ -15,4 +15,3 @@ plugins=(... bower) | bi | `bower install` | Installs the project dependencies listed in bower.json | | bl | `bower list` | List local packages and possible updates | | bs | `bower search` | Finds all packages or a specific package. | - |