From d81525f91c055d5cd7afde0b5dd2a98a088750ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D1=80=D1=82=D1=91=D0=BC=20=D0=9A=D1=83=D1=80=D0=B0?= =?UTF-8?q?=D0=BF=D0=BE=D0=B2?= Date: Tue, 17 Jul 2012 16:06:51 +0300 Subject: [PATCH] More specific autoloading dir --- 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 cf70ef751..985a5a5c8 100644 --- a/doc/01-basic-usage.md +++ b/doc/01-basic-usage.md @@ -165,7 +165,7 @@ Composer will register a autoloader for the `Acme` namespace. You define a mapping from namespaces to directories. The `src` directory would -be in your project root. An example filename would be `src/Acme/Foo.php` +be in your project root, on the same level as `vendor` directory is. An example filename would be `src/Acme/Foo.php` containing an `Acme\Foo` class. After adding the `autoload` field, you have to re-run `install` to re-generate