Skip to content

Commit 20c1914

Browse files
committed
Merge pull request #3 from josh/patch-1
Prefer public primer-css package name
2 parents becd273 + 4b5e5bc commit 20c1914

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,13 @@ Download the [latest release](https://github.com/github/primer/releases/latest)
2828

2929
### Bower
3030

31-
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.
32-
33-
**Remember:** Primer is a *private* Bower project, so simply specifying a version range isn't enough. You must include the Git URL.
31+
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.
3432

3533
``` json
3634
{
3735
"name": "myapp",
3836
"dependencies": {
39-
"primer": "https://github.com/github/primer.git#0.x.x"
37+
"primer-css": "0.x.x"
4038
}
4139
}
4240
```
@@ -117,7 +115,7 @@ Within `bower.json`, update to a new release by changing the version number that
117115
{
118116
"name": "myapp",
119117
"dependencies": {
120-
"primer": "https://github.com/github/primer.git#0.x.x"
118+
"primer-css": "0.x.x"
121119
}
122120
}
123121
```

0 commit comments

Comments
 (0)