瀏覽代碼

Merge pull request #922 from tot-ra/patch-1

More specific autoloading dir
Jordi Boggiano 13 年之前
父節點
當前提交
2138c6afa7
共有 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