diff --git a/readme.md b/readme.md index 3b9b25d..e9cc0f0 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,9 @@ -# parse-entities [![Build Status][build-badge]][build-status] [![Coverage Status][coverage-badge]][coverage-status] +# parse-entities + +[![Build][build-badge]][build] +[![Coverage][coverage-badge]][coverage] +[![Downloads][downloads-badge]][downloads] +[![Size][size-badge]][size] Parse HTML character references: fast, spec-compliant, positional information. @@ -183,11 +188,19 @@ Source of character reference (`Location`). [build-badge]: https://img.shields.io/travis/wooorm/parse-entities.svg -[build-status]: https://travis-ci.org/wooorm/parse-entities +[build]: https://travis-ci.org/wooorm/parse-entities [coverage-badge]: https://img.shields.io/codecov/c/github/wooorm/parse-entities.svg -[coverage-status]: https://codecov.io/github/wooorm/parse-entities +[coverage]: https://codecov.io/github/wooorm/parse-entities + +[downloads-badge]: https://img.shields.io/npm/dm/parse-entities.svg + +[downloads]: https://www.npmjs.com/package/parse-entities + +[size-badge]: https://img.shields.io/bundlephobia/minzip/parse-entities.svg + +[size]: https://bundlephobia.com/result?p=parse-entities [npm]: https://docs.npmjs.com/cli/install