Skip to content

Commit

Permalink
Add reference to ms.macro (#99)
Browse files Browse the repository at this point in the history
* Add reference to ms.macro

* Removed code snippet
  • Loading branch information
knpwrs authored and leo committed Oct 9, 2017
1 parent fa0947f commit e359eee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ ms(ms('10 hours'), { long: true }) // "10 hours"
- If a string that contains the number is supplied, it returns it as a number (e.g.: it returns `100` for `'100'`)
- If you pass a string with a number and a valid unit, the number of equivalent milliseconds is returned

## Related Packages

- [ms.macro](https://github.com/knpwrs/ms.macro) - Run `ms` as a macro at build-time.

## Caught a Bug?

1. [Fork](https://help.github.com/articles/fork-a-repo/) this repository to your own GitHub account and then [clone](https://help.github.com/articles/cloning-a-repository/) it to your local device
Expand Down

0 comments on commit e359eee

Please sign in to comment.