소스 검색

Rewrap docs

Jordi Boggiano 12 년 전
부모
커밋
7b31abade1
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      doc/01-basic-usage.md

+ 2 - 2
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.