0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-12 04:01:14 +02:00

phing: fix copy-paste error in README

This commit is contained in:
Marc Cornellà 2020-03-09 14:46:22 +01:00
parent 2eb3e9d57c
commit 742c984558

View file

@ -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)
```