Skip to content

Commit ccdc3dc

Browse files
committed
Add more badges
1 parent 47a6307 commit ccdc3dc

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

38
Transform [MDAST][] to [HAST][].
49

@@ -218,13 +223,21 @@ repository, organisation, or community you agree to abide by its terms.
218223

219224
<!-- Definitions -->
220225

221-
[travis-badge]: https://img.shields.io/travis/syntax-tree/mdast-util-to-hast.svg
226+
[build-badge]: https://img.shields.io/travis/syntax-tree/hast-util-to-hast.svg
227+
228+
[build]: https://travis-ci.org/syntax-tree/hast-util-to-hast
229+
230+
[coverage-badge]: https://img.shields.io/codecov/c/github/syntax-tree/hast-util-to-hast.svg
231+
232+
[coverage]: https://codecov.io/github/syntax-tree/hast-util-to-hast
233+
234+
[downloads-badge]: https://img.shields.io/npm/dm/hast-util-to-hast.svg
222235

223-
[travis]: https://travis-ci.org/syntax-tree/mdast-util-to-hast
236+
[downloads]: https://www.npmjs.com/package/hast-util-to-hast
224237

225-
[codecov-badge]: https://img.shields.io/codecov/c/github/syntax-tree/mdast-util-to-hast.svg
238+
[chat-badge]: https://img.shields.io/badge/join%20the%20community-on%20spectrum-7b16ff.svg
226239

227-
[codecov]: https://codecov.io/github/syntax-tree/mdast-util-to-hast
240+
[chat]: https://spectrum.chat/unified/rehype
228241

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

0 commit comments

Comments
 (0)