Преглед на файлове

More specific autoloading dir

Артём Курапов преди 13 години
родител
ревизия
d81525f91c
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      doc/01-basic-usage.md

+ 1 - 1
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