Skip to content

Commit

Permalink
Merge pull request #1824 from myqlarson/patch-2
Browse files Browse the repository at this point in the history
Fixes #1822 Update 02-libraries.md
  • Loading branch information
Seldaek committed Apr 24, 2013
2 parents 87f90c8 + fe88dee commit ed82543
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/02-libraries.md
Expand Up @@ -122,7 +122,7 @@ the `.gitignore`.
Once you have a vcs repository (version control system, e.g. git) containing a
`composer.json` file, your library is already composer-installable. In this
example we will publish the `acme/hello-world` library on GitHub under
`github.com/acme/hello-world`.
`github.com/username/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
Expand Down Expand Up @@ -150,7 +150,7 @@ We do this by adding a package repository specification to the blog's
"repositories": [
{
"type": "vcs",
"url": "https://github.com/acme/hello-world"
"url": "https://github.com/username/hello-world"
}
],
"require": {
Expand Down

0 comments on commit ed82543

Please sign in to comment.