Skip to content

Commit

Permalink
Add more badges
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed May 18, 2019
1 parent 40b4770 commit aeffe9a
Showing 1 changed file with 18 additions and 5 deletions.
23 changes: 18 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# double-metaphone [![Build Status][travis-badge]][travis] [![Coverage Status][codecov-badge]][codecov]
# double-metaphone

[![Build][build-badge]][build]
[![Coverage][coverage-badge]][coverage]
[![Downloads][downloads-badge]][downloads]
[![Size][size-badge]][size]

[Double metaphone algorithm][source].

Expand Down Expand Up @@ -90,13 +95,21 @@ $ echo 'acceptingness' | stemmer | double-metaphone

<!-- Definitions -->

[travis-badge]: https://img.shields.io/travis/words/double-metaphone.svg
[build-badge]: https://img.shields.io/travis/words/double-metaphone.svg

[build]: https://travis-ci.org/words/double-metaphone

[coverage-badge]: https://img.shields.io/codecov/c/github/words/double-metaphone.svg

[coverage]: https://codecov.io/github/words/double-metaphone

[downloads-badge]: https://img.shields.io/npm/dm/double-metaphone.svg

[travis]: https://travis-ci.org/words/double-metaphone
[downloads]: https://www.npmjs.com/package/double-metaphone

[codecov-badge]: https://img.shields.io/codecov/c/github/words/double-metaphone.svg
[size-badge]: https://img.shields.io/bundlephobia/minzip/double-metaphone.svg

[codecov]: https://codecov.io/github/words/double-metaphone
[size]: https://bundlephobia.com/result?p=double-metaphone

[license]: license

Expand Down

0 comments on commit aeffe9a

Please sign in to comment.