Skip to content

Commit

Permalink
Fucked up the versioning—WHOOPS
Browse files Browse the repository at this point in the history
  • Loading branch information
gf3 committed Jul 11, 2013
1 parent 0955b21 commit 449432b
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,18 +101,25 @@ Simply include moment-range after moment.js:
```


### Node
### NPM

Install via npm:

``` javascript
``` sh
npm install moment-range
```

Or put it in your `package.json`:

``` json
{ "moment-range": "0.1.3" }
{ "moment-range": "~1.0" }
```


### Bower

``` sh
bower install moment-range
```


Expand Down

0 comments on commit 449432b

Please sign in to comment.