Skip to content

Commit

Permalink
docs(readme): update badges
Browse files Browse the repository at this point in the history
  • Loading branch information
ungoldman committed Feb 23, 2018
1 parent 887a347 commit c91eb69
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
# format-duration

[![npm][npm-image]][npm-url]
[![travis][travis-image]][travis-url]
[![standard][standard-image]][standard-url]

[npm-image]: https://img.shields.io/npm/v/format-duration.svg?style=flat-square
[npm-url]: https://www.npmjs.com/package/format-duration
[travis-image]: https://img.shields.io/travis/ungoldman/format-duration.svg?style=flat-square
[travis-url]: https://travis-ci.org/ungoldman/format-duration
[standard-image]: https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square
[standard-url]: http://npm.im/standard
[![npm][1]][2]
[![travis][3]][4]
[![standard][5]][6]
[![downloads][7]][2]

[1]: https://img.shields.io/npm/v/format-duration.svg?style=flat-square
[2]: https://www.npmjs.com/package/format-duration
[3]: https://img.shields.io/travis/ungoldman/format-duration/master.svg?style=flat-square
[4]: https://travis-ci.org/ungoldman/format-duration
[5]: https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square
[6]: http://standardjs.com/
[7]: https://img.shields.io/npm/dm/format-duration.svg?style=flat-square

Convert a number in milliseconds to a standard duration string.

Expand Down

0 comments on commit c91eb69

Please sign in to comment.