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 6, 2019
1 parent 9415cec commit 4a189d9
Showing 1 changed file with 18 additions and 5 deletions.
23 changes: 18 additions & 5 deletions readme.md
@@ -1,4 +1,9 @@
# collapse-white-space [![Build Status][travis-badge]][travis] [![Coverage Status][codecov-badge]][codecov]
# collapse-white-space

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

Replace multiple white-space characters with a single space.

Expand Down Expand Up @@ -30,13 +35,21 @@ Replace multiple white-space characters in value with a single space.

<!-- Definitions -->

[travis-badge]: https://img.shields.io/travis/wooorm/collapse-white-space.svg
[build-badge]: https://img.shields.io/travis/wooorm/collapse-white-space.svg

[build]: https://travis-ci.org/wooorm/collapse-white-space

[coverage-badge]: https://img.shields.io/codecov/c/github/wooorm/collapse-white-space.svg

[coverage]: https://codecov.io/github/wooorm/collapse-white-space

[downloads-badge]: https://img.shields.io/npm/dm/collapse-white-space.svg

[travis]: https://travis-ci.org/wooorm/collapse-white-space
[downloads]: https://www.npmjs.com/package/collapse-white-space

[codecov-badge]: https://img.shields.io/codecov/c/github/wooorm/collapse-white-space.svg
[size-badge]: https://img.shields.io/bundlephobia/minzip/collapse-white-space.svg

[codecov]: https://codecov.io/github/wooorm/collapse-white-space
[size]: https://bundlephobia.com/result?p=collapse-white-space

[npm-install]: https://docs.npmjs.com/cli/install

Expand Down

0 comments on commit 4a189d9

Please sign in to comment.