Skip to content

Commit 3f02b82

Browse files
committed
Add more badges
1 parent ab55d17 commit 3f02b82

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

33
Check if a [node][] is a [**heading**][spec] [element][].
44

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

5454
[build-badge]: https://img.shields.io/travis/syntax-tree/hast-util-heading.svg
5555

56-
[build-page]: https://travis-ci.org/syntax-tree/hast-util-heading
56+
[build]: https://travis-ci.org/syntax-tree/hast-util-heading
5757

5858
[coverage-badge]: https://img.shields.io/codecov/c/github/syntax-tree/hast-util-heading.svg
5959

60-
[coverage-page]: https://codecov.io/github/syntax-tree/hast-util-heading?branch=master
60+
[coverage]: https://codecov.io/github/syntax-tree/hast-util-heading
61+
62+
[downloads-badge]: https://img.shields.io/npm/dm/hast-util-heading.svg
63+
64+
[downloads]: https://www.npmjs.com/package/hast-util-heading
65+
66+
[chat-badge]: https://img.shields.io/badge/join%20the%20community-on%20spectrum-7b16ff.svg
67+
68+
[chat]: https://spectrum.chat/unified/rehype
6169

6270
[npm]: https://docs.npmjs.com/cli/install
6371

0 commit comments

Comments
 (0)