From 7c43ecd81a13524e2ffef9235b19d172f6b4458b Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Sat, 17 Mar 2012 01:14:53 +0100 Subject: [PATCH] Reflow text --- doc/02-libraries.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/02-libraries.md b/doc/02-libraries.md index f5763b27a..da540e9a9 100644 --- a/doc/02-libraries.md +++ b/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`: {