Skip to content

Commit

Permalink
feat(npm): Angular ApiMock now available on the npm registry!
Browse files Browse the repository at this point in the history
  • Loading branch information
seriema committed Aug 9, 2015
1 parent 8b67595 commit f7d5663
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@ Go to our [website demo](http://johansson.jp/angular-apimock/#/demo-simple) to t

## Get started

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/) or Bower (see below).
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`

````
bower install angular-apimock --save
````

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

0 comments on commit f7d5663

Please sign in to comment.