Skip to content

Commit

Permalink
Merge pull request #3 from josh/patch-1
Browse files Browse the repository at this point in the history
Prefer public primer-css package name
  • Loading branch information
mdo committed Mar 23, 2015
2 parents becd273 + 4b5e5bc commit 20c1914
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Expand Up @@ -28,15 +28,13 @@ Download the [latest release](https://github.com/github/primer/releases/latest)

### Bower

Install Primer with Bower by adding `https://github.com/github/primer.git#x.x.x` to your app's `bower.json` (in `github/github`, this is `vendor/assets/bower.json`). Replace `x.x.x` with the latest version number.

**Remember:** Primer is a *private* Bower project, so simply specifying a version range isn't enough. You must include the Git URL.
Install Primer with Bower by adding `primer-css` to your app's `bower.json` (in `github/github`, this is `vendor/assets/bower.json`). Replace `x.x.x` with the latest version number.

``` json
{
"name": "myapp",
"dependencies": {
"primer": "https://github.com/github/primer.git#0.x.x"
"primer-css": "0.x.x"
}
}
```
Expand Down Expand Up @@ -117,7 +115,7 @@ Within `bower.json`, update to a new release by changing the version number that
{
"name": "myapp",
"dependencies": {
"primer": "https://github.com/github/primer.git#0.x.x"
"primer-css": "0.x.x"
}
}
```
Expand Down

0 comments on commit 20c1914

Please sign in to comment.