Skip to content

Commit 280c694

Browse files
committed
Add more badges
1 parent a6058e8 commit 280c694

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

readme.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# hast-util-interactive [![Build Status][build-badge]][build-page] [![Coverage Status][coverage-badge]][coverage-page]
1+
# hast-util-interactive [![Build][build-badge]][build] [![Coverage][coverage-badge]][coverage] [![Downloads][downloads-badge]][downloads] [![Chat][chat-badge]][chat]
22

33
Check whether a [HAST node][hast] is [**interactive**][spec].
44

@@ -66,11 +66,19 @@ repository, organisation, or community you agree to abide by its terms.
6666

6767
[build-badge]: https://img.shields.io/travis/syntax-tree/hast-util-interactive.svg
6868

69-
[build-page]: https://travis-ci.org/syntax-tree/hast-util-interactive
69+
[build]: https://travis-ci.org/syntax-tree/hast-util-interactive
7070

7171
[coverage-badge]: https://img.shields.io/codecov/c/github/syntax-tree/hast-util-interactive.svg
7272

73-
[coverage-page]: https://codecov.io/github/syntax-tree/hast-util-interactive?branch=master
73+
[coverage]: https://codecov.io/github/syntax-tree/hast-util-interactive
74+
75+
[downloads-badge]: https://img.shields.io/npm/dm/hast-util-interactive.svg
76+
77+
[downloads]: https://www.npmjs.com/package/hast-util-interactive
78+
79+
[chat-badge]: https://img.shields.io/badge/join%20the%20community-on%20spectrum-7b16ff.svg
80+
81+
[chat]: https://spectrum.chat/unified/rehype
7482

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

0 commit comments

Comments
 (0)