phing: fix copy-paste error in README

This commit is contained in:
Marc Cornellà 2020-03-09 14:46:22 +01:00
parent 2eb3e9d57c
commit 742c984558

View File

@ -3,6 +3,7 @@
This plugin adds autocompletion for [`phing`](https://github.com/phingofficial/phing) targets. 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: To use it, add `phing` to the plugins array of your `.zshrc` file:
```
plugins=(... eecms) ```zsh
plugins=(... phing)
``` ```