diff --git a/readme.md b/readme.md index 4698709..6d3d2d8 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,9 @@ -# dice-coefficient [![Build Status][travis-badge]][travis] [![Coverage Status][codecov-badge]][codecov] +# dice-coefficient + +[![Build][build-badge]][build] +[![Coverage][coverage-badge]][coverage] +[![Downloads][downloads-badge]][downloads] +[![Size][size-badge]][size] [Sørensen–Dice coefficient][wiki]. @@ -69,13 +74,21 @@ $ echo "saturday sunday" | dice-coefficient -[travis-badge]: https://img.shields.io/travis/words/dice-coefficient.svg +[build-badge]: https://img.shields.io/travis/words/dice-coefficient.svg + +[build]: https://travis-ci.org/words/dice-coefficient + +[coverage-badge]: https://img.shields.io/codecov/c/github/words/dice-coefficient.svg + +[coverage]: https://codecov.io/github/words/dice-coefficient + +[downloads-badge]: https://img.shields.io/npm/dm/dice-coefficient.svg -[travis]: https://travis-ci.org/words/dice-coefficient +[downloads]: https://www.npmjs.com/package/dice-coefficient -[codecov-badge]: https://img.shields.io/codecov/c/github/words/dice-coefficient.svg +[size-badge]: https://img.shields.io/bundlephobia/minzip/dice-coefficient.svg -[codecov]: https://codecov.io/github/words/dice-coefficient +[size]: https://bundlephobia.com/result?p=dice-coefficient [license]: license