Skip to content

Commit

Permalink
Prepare 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ktomk committed Feb 21, 2021
1 parent c0251a3 commit f07271b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ at a specific location depending on your OS / setup. Here are a few examples :
symfony-autocomplete composer > ~/.composer_completion && echo "source ~/.composer_completion" >> ~/.zshrc

# FISH
symfony-autocomplete composer --shell=fish > ~/.config/fish/completions/composer.fish
symfony-autocomplete --shell=fish composer > ~/.config/fish/completions/composer.fish

If you are running an environment that does not have automatic execution of PHP scripts, then you will need to
call PHP and the script in question :
Expand All @@ -76,7 +76,7 @@ To update the tool to a new version use :

### Symfony framework completion

In order to get completion running, you shouldn't prepend `php` at the begining of the command :
In order to get completion running, you shouldn't prepend `php` at the beginning of the command :

app/console [TAB]

Expand All @@ -85,7 +85,7 @@ In order to get completion running, you shouldn't prepend `php` at the begining
### Alias support

By default, completion for your aliases won't be enabled. If you're using aliases
(eg. "c" for "composer", "pspec" for "phpspec", etc.), you have to pass them explicitly :
(e.g. "c" for "composer", "pspec" for "phpspec", etc.), you have to pass them explicitly :

symfony-autocomplete --aliases=c --aliases=pspec

Expand All @@ -112,6 +112,6 @@ here is a non-exhaustive list :
* phpspec
* robo
* deployer
* laravel's artisan
* laravel artisan
* roadiz
* magento 2 console

0 comments on commit f07271b

Please sign in to comment.