diff --git a/README.md b/README.md index 5ba4e133af..592ce5e6ac 100644 --- a/README.md +++ b/README.md @@ -28,15 +28,8 @@ Download the [latest release](https://github.com/primer/primer/releases/latest) ### Bower -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-css": "0.x.x" - } -} +``` +$ bower install primer-css --save ``` ### Things to know