Skip to content

Commit

Permalink
docs(readme): add links to Nuget, Bower, and npm
Browse files Browse the repository at this point in the history
  • Loading branch information
seriema committed Sep 4, 2015
1 parent 91fead3 commit 27fb1df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ Go to our [website demo](http://johansson.jp/angular-apimock/#/demo-simple) to t

Download it [here](https://raw.githubusercontent.com/seriema/angular-apimock/master/dist/angular-apimock.min.js). Or grab it through [NuGet](https://www.nuget.org/packages/Angular-ApiMock/), [Bower](http://bower.io/search/?q=angular-apimock), or [npm](https://www.npmjs.com/package/angular-apimock):

* Nuget: `PM> Install-Package Angular-ApiMock`
* Bower: `$ bower install angular-apimock --save`
* npm: `$ npm install angular-apimock --save`
* [NuGet](https://www.nuget.org/packages/Angular-ApiMock/): `PM> Install-Package Angular-ApiMock`
* [Bower](http://bower.io/search/?q=angular-apimock): `$ bower install angular-apimock --save`
* [npm](https://www.npmjs.com/package/angular-apimock): `$ npm install angular-apimock --save`


Include `angular-apimock.min.js` in your HTML:
Expand Down

0 comments on commit 27fb1df

Please sign in to comment.