Skip to content

Commit

Permalink
Added information about installing via npm
Browse files Browse the repository at this point in the history
  • Loading branch information
stefangabos committed Jan 26, 2016
1 parent d8b3b73 commit 45b402e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,18 @@ Zebra_Pin has no dependencies other than jQuery 1.4.2+

## How to use

Zebra_Pin is also available as a [Bower](http://bower.io/) package. To install it use:
Zebra_Pin is available as a [Bower package](http://bower.io/). To install it use:

```
bower install zebra_pin
```

Zebra_Pin is also available as a [npm package](https://www.npmjs.com/package/zebra_pin). To install it use:

```
npm install zebra_pin
```

Load the latest version of jQuery from a CDN and provide a fallback to a local source, like:

```html
Expand Down

0 comments on commit 45b402e

Please sign in to comment.