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 14, 2019
1 parent 04618a0 commit 0a9b072
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,6 +1,11 @@
<!--lint disable no-html-->

# bcp-47-match [![Build Status][travis-badge]][travis] [![Coverage Status][codecov-badge]][codecov]
# bcp-47-match

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

Match [BCP 47][spec] language tags with “language ranges” per [RFC 4647][match],
as done by the `:lang()` pseudo-class in CSS, or the `Accept-Language` HTTP
Expand Down Expand Up @@ -196,13 +201,21 @@ Returns the first match, if any.

<!-- Definitions -->

[travis-badge]: https://img.shields.io/travis/wooorm/bcp-47-match.svg
[build-badge]: https://img.shields.io/travis/wooorm/bcp-47-match.svg

[build]: https://travis-ci.org/wooorm/bcp-47-match

[coverage-badge]: https://img.shields.io/codecov/c/github/wooorm/bcp-47-match.svg

[coverage]: https://codecov.io/github/wooorm/bcp-47-match

[downloads-badge]: https://img.shields.io/npm/dm/bcp-47-match.svg

[travis]: https://travis-ci.org/wooorm/bcp-47-match
[downloads]: https://www.npmjs.com/package/bcp-47-match

[codecov-badge]: https://img.shields.io/codecov/c/github/wooorm/bcp-47-match.svg
[size-badge]: https://img.shields.io/bundlephobia/minzip/bcp-47-match.svg

[codecov]: https://codecov.io/github/wooorm/bcp-47-match
[size]: https://bundlephobia.com/result?p=bcp-47-match

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

Expand Down

0 comments on commit 0a9b072

Please sign in to comment.