Skip to content

Commit 89d3df9

Browse files
committed
Add more badges
1 parent e3a869f commit 89d3df9

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-to-parse5 [![Build Status][travis-badge]][travis] [![Coverage Status][codecov-badge]][codecov]
1+
# hast-util-to-parse5
2+
3+
[![Build][build-badge]][build]
4+
[![Coverage][coverage-badge]][coverage]
5+
[![Downloads][downloads-badge]][downloads]
6+
[![Chat][chat-badge]][chat]
27

38
Transform [HAST][] to [Parse5’s AST][ast].
49

@@ -68,13 +73,21 @@ repository, organisation, or community you agree to abide by its terms.
6873

6974
<!-- Definitions -->
7075

71-
[travis-badge]: https://img.shields.io/travis/syntax-tree/hast-util-to-parse5.svg
76+
[build-badge]: https://img.shields.io/travis/syntax-tree/hast-util-to-parse5.svg
77+
78+
[build]: https://travis-ci.org/syntax-tree/hast-util-to-parse5
79+
80+
[coverage-badge]: https://img.shields.io/codecov/c/github/syntax-tree/hast-util-to-parse5.svg
81+
82+
[coverage]: https://codecov.io/github/syntax-tree/hast-util-to-parse5
83+
84+
[downloads-badge]: https://img.shields.io/npm/dm/hast-util-to-parse5.svg
7285

73-
[travis]: https://travis-ci.org/syntax-tree/hast-util-to-parse5
86+
[downloads]: https://www.npmjs.com/package/hast-util-to-parse5
7487

75-
[codecov-badge]: https://img.shields.io/codecov/c/github/syntax-tree/hast-util-to-parse5.svg
88+
[chat-badge]: https://img.shields.io/badge/join%20the%20community-on%20spectrum-7b16ff.svg
7689

77-
[codecov]: https://codecov.io/github/syntax-tree/hast-util-to-parse5
90+
[chat]: https://spectrum.chat/unified/rehype
7891

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

0 commit comments

Comments
 (0)