Skip to content

Commit

Permalink
docs(links): scoped package, required prefix for badges
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Ahmad Nassri committed Mar 3, 2017
1 parent a75514c commit 4dfa312
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
## Install

```bash
npm install --only=production --save npm-install-group
npm install --only=production --save @ahmadnassri/npm-install-group
```

## CLI
Expand Down Expand Up @@ -61,9 +61,9 @@ packages(process.cwd(), 'foo')
[travis-url]: https://travis-ci.org/ahmadnassri/npm-install-group
[travis-image]: https://img.shields.io/travis/ahmadnassri/npm-install-group.svg?style=flat-square

[npm-url]: https://www.npmjs.com/package/npm-install-group
[npm-version]: https://img.shields.io/npm/v/npm-install-group.svg?style=flat-square
[npm-downloads]: https://img.shields.io/npm/dm/npm-install-group.svg?style=flat-square
[npm-url]: https://www.npmjs.com/package/@ahmadnassri/npm-install-group
[npm-version]: https://img.shields.io/npm/v/@ahmadnassri/npm-install-group.svg?style=flat-square
[npm-downloads]: https://img.shields.io/npm/dm/@ahmadnassri/npm-install-group.svg?style=flat-square

[codeclimate-url]: https://codeclimate.com/github/ahmadnassri/npm-install-group
[codeclimate-quality]: https://img.shields.io/codeclimate/github/ahmadnassri/npm-install-group.svg?style=flat-square
Expand Down

0 comments on commit 4dfa312

Please sign in to comment.