Browse Source

phing: fix copy-paste error in README

Marc Cornellà 4 years ago
parent
commit
742c984558
1 changed files with 3 additions and 2 deletions
  1. 3 2
      plugins/phing/README.md

+ 3 - 2
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)
 ```