diff --git a/plugins/phing/README.md b/plugins/phing/README.md
index e2ac0bdf5bef0074dbde5de51b61196a6182963b..84d1d182d493830cf5d31ba13fc9fe81739e86a2 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)
 ```