summaryrefslogtreecommitdiff
path: root/plugins/phing
diff options
context:
space:
mode:
authorMarc Cornellà <marc.cornella@live.com>2020-03-09 14:46:22 +0100
committerMarc Cornellà <marc.cornella@live.com>2020-03-09 14:46:22 +0100
commit742c9845580739c556219d73a732305f59220685 (patch)
treef6d8d71d12b305c4968a633cfab1ad19753fa127 /plugins/phing
parent2eb3e9d57cf69f3c2fa557f9047e0a648d80b235 (diff)
downloadzsh-742c9845580739c556219d73a732305f59220685.tar.gz
zsh-742c9845580739c556219d73a732305f59220685.tar.bz2
zsh-742c9845580739c556219d73a732305f59220685.zip
phing: fix copy-paste error in README
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)
```