1
0
Fork 0

Update 02-libraries.md: typo

pull/1821/head
myqlarson 2013-04-24 16:13:45 +12:00
parent 0209bd31a0
commit b51a24023c
1 changed files with 1 additions and 1 deletions

View File

@ -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