浏览代码

phing: fix copy-paste error in README

Marc Cornellà 5 年之前
父节点
当前提交
742c984558
共有 1 个文件被更改,包括 3 次插入2 次删除
  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)
 ```