From 7b31abade17c107f82a18e9b4cd1778bd9efe505 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Tue, 17 Jul 2012 16:13:13 +0300 Subject: [PATCH] Rewrap docs --- doc/01-basic-usage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/01-basic-usage.md b/doc/01-basic-usage.md index 985a5a5c8..9daf03064 100644 --- a/doc/01-basic-usage.md +++ b/doc/01-basic-usage.md @@ -165,8 +165,8 @@ 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, on the same level as `vendor` directory is. An example filename would be `src/Acme/Foo.php` -containing an `Acme\Foo` class. +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 the `vendor/autoload.php` file.