Skip to content

Commit 0d6e78c

Browse files
committed
Add more badges
1 parent 9604850 commit 0d6e78c

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-is-element [![Build Status][build-badge]][build-page] [![Coverage Status][coverage-badge]][coverage-page]
1+
# hast-util-is-element [![Build][build-badge]][build] [![Coverage][coverage-badge]][coverage] [![Downloads][downloads-badge]][downloads] [![Chat][chat-badge]][chat]
22

33
Check if a [node][] is a (certain) [**HAST**][hast] [element][].
44

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

6363
[build-badge]: https://img.shields.io/travis/syntax-tree/hast-util-is-element.svg
6464

65-
[build-page]: https://travis-ci.org/syntax-tree/hast-util-is-element
65+
[build]: https://travis-ci.org/syntax-tree/hast-util-is-element
6666

6767
[coverage-badge]: https://img.shields.io/codecov/c/github/syntax-tree/hast-util-is-element.svg
6868

69-
[coverage-page]: https://codecov.io/github/syntax-tree/hast-util-is-element?branch=master
69+
[coverage]: https://codecov.io/github/syntax-tree/hast-util-is-element
70+
71+
[downloads-badge]: https://img.shields.io/npm/dm/hast-util-is-element.svg
72+
73+
[downloads]: https://www.npmjs.com/package/hast-util-is-element
74+
75+
[chat-badge]: https://img.shields.io/badge/join%20the%20community-on%20spectrum-7b16ff.svg
76+
77+
[chat]: https://spectrum.chat/unified/rehype
7078

7179
[npm]: https://docs.npmjs.com/cli/install
7280

0 commit comments

Comments
 (0)