Skip to content

Commit b3524f2

Browse files
committed
Add more badges
1 parent cdb4350 commit b3524f2

File tree

1 file changed

+18
-5
lines changed

1 file changed

+18
-5
lines changed

readme.md

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
# hast-util-sanitize [![Build Status][travis-badge]][travis] [![Coverage Status][codecov-badge]][codecov]
1+
# hast-util-sanitize
2+
3+
[![Build][build-badge]][build]
4+
[![Coverage][coverage-badge]][coverage]
5+
[![Downloads][downloads-badge]][downloads]
6+
[![Chat][chat-badge]][chat]
27

38
Sanitize [HAST][].
49

@@ -246,13 +251,21 @@ repository, organisation, or community you agree to abide by its terms.
246251

247252
<!-- Definitions -->
248253

249-
[travis-badge]: https://img.shields.io/travis/syntax-tree/hast-util-sanitize.svg
254+
[build-badge]: https://img.shields.io/travis/syntax-tree/hast-util-sanitize.svg
255+
256+
[build]: https://travis-ci.org/syntax-tree/hast-util-sanitize
257+
258+
[coverage-badge]: https://img.shields.io/codecov/c/github/syntax-tree/hast-util-sanitize.svg
259+
260+
[coverage]: https://codecov.io/github/syntax-tree/hast-util-sanitize
261+
262+
[downloads-badge]: https://img.shields.io/npm/dm/hast-util-sanitize.svg
250263

251-
[travis]: https://travis-ci.org/syntax-tree/hast-util-sanitize
264+
[downloads]: https://www.npmjs.com/package/hast-util-sanitize
252265

253-
[codecov-badge]: https://img.shields.io/codecov/c/github/syntax-tree/hast-util-sanitize.svg
266+
[chat-badge]: https://img.shields.io/badge/join%20the%20community-on%20spectrum-7b16ff.svg
254267

255-
[codecov]: https://codecov.io/github/syntax-tree/hast-util-sanitize
268+
[chat]: https://spectrum.chat/unified/rehype
256269

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

0 commit comments

Comments
 (0)