Small fix.

This commit is contained in:
Turdaliev Nursultan
2016-02-02 13:45:22 +01:00
parent 132fc0de83
commit 6fbe573f48

View File

@@ -125,7 +125,7 @@ file and tell you if you need to update any of your dependencies.
### Handling global dependencies with Composer
Composer can also handle global dependencies and their binaries. Usage is straight-forward, all you need
to do is prefix your command with `global`. If per example you wanted to install PHPUnit and have it
to do is prefix your command with `global`. If for example you wanted to install PHPUnit and have it
available globally, you'd run the following command:
{% highlight console %}