@@ -59,7 +59,7 @@ at a specific location depending on your OS / setup. Here are a few examples :
5959 symfony-autocomplete composer > ~/.composer_completion && echo "source ~/.composer_completion" >> ~/.zshrc
6060
6161 # FISH
62- symfony-autocomplete composer --shell=fish > ~/.config/fish/completions/composer.fish
62+ symfony-autocomplete --shell=fish composer > ~/.config/fish/completions/composer.fish
6363
6464If you are running an environment that does not have automatic execution of PHP scripts, then you will need to
6565call PHP and the script in question :
@@ -76,7 +76,7 @@ To update the tool to a new version use :
7676
7777### Symfony framework completion
7878
79- In order to get completion running, you shouldn't prepend ` php ` at the begining of the command :
79+ In order to get completion running, you shouldn't prepend ` php ` at the beginning of the command :
8080
8181 app/console [TAB]
8282
@@ -85,7 +85,7 @@ In order to get completion running, you shouldn't prepend `php` at the begining
8585### Alias support
8686
8787By default, completion for your aliases won't be enabled. If you're using aliases
88- (eg . "c" for "composer", "pspec" for "phpspec", etc.), you have to pass them explicitly :
88+ (e.g . "c" for "composer", "pspec" for "phpspec", etc.), you have to pass them explicitly :
8989
9090 symfony-autocomplete --aliases=c --aliases=pspec
9191
@@ -112,6 +112,6 @@ here is a non-exhaustive list :
112112* phpspec
113113* robo
114114* deployer
115- * laravel's artisan
115+ * laravel artisan
116116* roadiz
117117* magento 2 console
0 commit comments