Skip to content

Commit d8a83f7

Browse files
committed
Add more badges
1 parent d325b44 commit d8a83f7

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-whitespace [![Build Status][build-badge]][build-page] [![Coverage Status][coverage-badge]][coverage-page]
1+
# hast-util-whitespace [![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 [**inter-element
44
whitespace**][spec].
@@ -64,11 +64,19 @@ repository, organisation, or community you agree to abide by its terms.
6464

6565
[build-badge]: https://img.shields.io/travis/syntax-tree/hast-util-whitespace.svg
6666

67-
[build-page]: https://travis-ci.org/syntax-tree/hast-util-whitespace
67+
[build]: https://travis-ci.org/syntax-tree/hast-util-whitespace
6868

6969
[coverage-badge]: https://img.shields.io/codecov/c/github/syntax-tree/hast-util-whitespace.svg
7070

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

7381
[npm]: https://docs.npmjs.com/cli/install
7482

0 commit comments

Comments
 (0)