1
0
Fork 0

Merge pull request #582 from metfan/patch-1

Found duplicate word.
pull/584/head
Jordi Boggiano 2012-04-16 03:21:08 -07:00
commit fe04dbc1c3
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ To fetch the defined dependencies into your local project, just run the
$ php composer.phar install
This will find the latest version of `monolog/monolog` that matches the
supplied version constraint and download it into the the `vendor` directory.
supplied version constraint and download it into the `vendor` directory.
It's a convention to put third party code into a directory named `vendor`.
In case of monolog it will put it into `vendor/monolog/monolog`.