diff options
author | Marc Cornellà <marc.cornella@live.com> | 2018-10-24 16:01:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-24 16:01:42 +0200 |
commit | 50208f5c427fb6af076e24ac3a1eab714b4511b9 (patch) | |
tree | bcda3849dae3d5103c708045fcebbe593dcc06b1 /plugins/symfony2/README.md | |
parent | 4365792985f6bbaf65c847400fa47ce7c0d1cb79 (diff) | |
download | zsh-50208f5c427fb6af076e24ac3a1eab714b4511b9.tar.gz zsh-50208f5c427fb6af076e24ac3a1eab714b4511b9.tar.bz2 zsh-50208f5c427fb6af076e24ac3a1eab714b4511b9.zip |
fix copy errors
Diffstat (limited to 'plugins/symfony2/README.md')
-rw-r--r-- | plugins/symfony2/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/symfony2/README.md b/plugins/symfony2/README.md index d5d9c1880..562641dfb 100644 --- a/plugins/symfony2/README.md +++ b/plugins/symfony2/README.md @@ -1,8 +1,8 @@ # Symfony2 -This plugin provides completion for [symfony2](https://symfony.com/), as well as aliases for frequent composer commands. +This plugin provides completion for [Symfony 2](https://symfony.com/), as well as aliases for frequent Symfony commands. -To use it add composer to the plugins array in your zshrc file. +To use it add symfony2 to the plugins array in your zshrc file. ```bash plugins=(... symfony2) |