Skip to content

Commit bd12f04

Browse files
committed
Add more badges
1 parent d4a0e9d commit bd12f04

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

readme.md

+11-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# hast-util-sectioning [![Build Status][build-badge]][build-page] [![Coverage Status][coverage-badge]][coverage-page]
1+
# hast-util-sectioning [![Build][build-badge]][build] [![Coverage][coverage-badge]][coverage] [![Downloads][downloads-badge]][downloads] [![Chat][chat-badge]][chat]
22

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

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

5858
[build-badge]: https://img.shields.io/travis/syntax-tree/hast-util-sectioning.svg
5959

60-
[build-page]: https://travis-ci.org/syntax-tree/hast-util-sectioning
60+
[build]: https://travis-ci.org/syntax-tree/hast-util-sectioning
6161

6262
[coverage-badge]: https://img.shields.io/codecov/c/github/syntax-tree/hast-util-sectioning.svg
6363

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

6674
[npm]: https://docs.npmjs.com/cli/install
6775

0 commit comments

Comments
 (0)