Skip to content

Commit

Permalink
Add instructions for Bower
Browse files Browse the repository at this point in the history
  • Loading branch information
Leon de Rijke committed May 21, 2014
1 parent d14c625 commit 371a4a1
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,16 @@ Other polyfills for `Number.isNaN` are available:

## Installation

In a browser:
Via [bower](http://bower.io/):

```bash
bower install Number.isNaN
```

Then, in a browser:

```html
<script src="isnan.js"></script>
<script src="bower_components/Number.isNaN/isnan.js"></script>
```

Via [npm](http://npmjs.org/):
Expand Down

0 comments on commit 371a4a1

Please sign in to comment.