From daea0c76cc0708373936b88e5f9839b6dd9e13a5 Mon Sep 17 00:00:00 2001 From: ffguru Date: Fri, 13 Jul 2012 21:45:32 +0300 Subject: [PATCH] correct path of autoload_namespaces.php --- 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 b754ea94a..cf70ef751 100644 --- a/doc/01-basic-usage.md +++ b/doc/01-basic-usage.md @@ -183,7 +183,7 @@ classes to be autoloaded even if they do not conform to PSR-0. See the [autoload reference](04-schema.md#autoload) for more details. > **Note:** Composer provides its own autoloader. If you don't want to use -that one, you can just include `vendor/autoload_namespaces.php`, +that one, you can just include `vendor/composer/autoload_namespaces.php`, which returns an associative array mapping namespaces to directories. ← [Intro](00-intro.md) | [Libraries](02-libraries.md) →