From b51a24023cca1d74d1a17b4398ae287b7482dc57 Mon Sep 17 00:00:00 2001 From: myqlarson Date: Wed, 24 Apr 2013 16:13:45 +1200 Subject: [PATCH] Update 02-libraries.md: typo --- doc/02-libraries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/02-libraries.md b/doc/02-libraries.md index 6b881d99f..c05f5813c 100644 --- a/doc/02-libraries.md +++ b/doc/02-libraries.md @@ -124,7 +124,7 @@ Once you have a vcs repository (version control system, e.g. git) containing a 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 +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