From b8d5cfddb903f14eb73d2d728de976d68d956450 Mon Sep 17 00:00:00 2001 From: Ulrich Date: Mon, 16 Apr 2012 12:48:12 +0300 Subject: [PATCH] Found duplicate word. --- doc/01-basic-usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/01-basic-usage.md b/doc/01-basic-usage.md index 025631b8e..27f4d2972 100644 --- a/doc/01-basic-usage.md +++ b/doc/01-basic-usage.md @@ -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`.