1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-21 07:20:09 +00:00

fix copy errors

This commit is contained in:
Marc Cornellà 2018-10-24 16:01:42 +02:00 committed by GitHub
parent 4365792985
commit 50208f5c42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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