Skip to content

Commit

Permalink
Merge pull request #39 from ArtskydJ/master
Browse files Browse the repository at this point in the history
Fixed broken readme link
  • Loading branch information
rauchg committed Feb 19, 2015
2 parents 1e9cd9b + 3594967 commit 6cd2d0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -23,7 +23,7 @@ ms(2 * 60000, { long: true }) // "2 minutes"
ms(ms('10 hours'), { long: true }) // "10 hours"
```

- Node/Browser compatible. Published as [`ms`](https://www.npmjs.org/package/ms) in [NPM](nodejs.org/download).
- Node/Browser compatible. Published as [`ms`](https://www.npmjs.org/package/ms) in [NPM](http://nodejs.org/download).
- If a number is supplied to `ms`, a string with a unit is returned.
- If a string that contains the number is supplied, it returns it as
a number (e.g: it returns `100` for `'100'`).
Expand Down

0 comments on commit 6cd2d0b

Please sign in to comment.