소스 검색

Reflow text

Jordi Boggiano 13 년 전
부모
커밋
7c43ecd81a
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      doc/02-libraries.md

+ 3 - 3
doc/02-libraries.md

@@ -96,9 +96,9 @@ example we will publish the `acme/hello-world` library on GitHub under
 `github.com/composer/hello-world`.
 
 Now, To test installing the `acme/hello-world` package, we create a new
-project locally. We will call it `acme/blog`. This blog will depend on `acme
-/hello-world`, which in turn depends on `monolog/monolog`. We can accomplish
-this by creating a new `blog` directory somewhere, containing a
+project locally. We will call it `acme/blog`. This blog will depend on
+`acme/hello-world`, which in turn depends on `monolog/monolog`. We can
+accomplish this by creating a new `blog` directory somewhere, containing a
 `composer.json`:
 
     {