summaryrefslogtreecommitdiff
path: root/plugins/phing
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/phing')
-rw-r--r--plugins/phing/README.md5
1 files changed, 3 insertions, 2 deletions
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)
```