diff --git a/plugins/phing/README.md b/plugins/phing/README.md index e2ac0bdf5..84d1d182d 100644 --- a/plugins/phing/README.md +++ b/plugins/phing/README.md @@ -3,6 +3,7 @@ This plugin adds autocompletion for [`phing`](https://github.com/phingofficial/phing) targets. To use it, add `phing` to the plugins array of your `.zshrc` file: -``` -plugins=(... eecms) + +```zsh +plugins=(... phing) ```