Skip to content

Commit

Permalink
Reflow text
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed Mar 17, 2012
1 parent 9ed05e0 commit 7c43ecd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/02-libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:

{
Expand Down

0 comments on commit 7c43ecd

Please sign in to comment.