diff options
Diffstat (limited to 'plugins/yii/README.md')
-rw-r--r-- | plugins/yii/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/yii/README.md b/plugins/yii/README.md index f1b72e916..9636149ca 100644 --- a/plugins/yii/README.md +++ b/plugins/yii/README.md @@ -3,7 +3,8 @@ The plugin adds autocomplete commands and subcommands for [yii](https://www.yiiframework.com/). To use it, add `yii` to the plugins array of your zshrc file: -``` + +```zsh plugins=(... yii) ``` |