Skip to content

Commit 02c0e37

Browse files
committed
Add more badges
1 parent 2233301 commit 02c0e37

File tree

1 file changed

+18
-5
lines changed

1 file changed

+18
-5
lines changed

readme.md

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
# rehype-format [![Build Status][travis-badge]][travis] [![Coverage Status][codecov-badge]][codecov]
1+
# rehype-format
2+
3+
[![Build][build-badge]][build]
4+
[![Coverage][coverage-badge]][coverage]
5+
[![Downloads][downloads-badge]][downloads]
6+
[![Chat][chat-badge]][chat]
27

38
Format HTML with [**rehype**][rehype].
49

@@ -113,13 +118,21 @@ repository, organisation, or community you agree to abide by its terms.
113118

114119
<!-- Definitions -->
115120

116-
[travis-badge]: https://img.shields.io/travis/rehypejs/rehype-format.svg
121+
[build-badge]: https://img.shields.io/travis/rehypejs/rehype-format.svg
122+
123+
[build]: https://travis-ci.org/rehypejs/rehype-format
124+
125+
[coverage-badge]: https://img.shields.io/codecov/c/github/rehypejs/rehype-format.svg
126+
127+
[coverage]: https://codecov.io/github/rehypejs/rehype-format
128+
129+
[downloads-badge]: https://img.shields.io/npm/dm/rehype-format.svg
117130

118-
[travis]: https://travis-ci.org/rehypejs/rehype-format
131+
[downloads]: https://www.npmjs.com/package/rehype-format
119132

120-
[codecov-badge]: https://img.shields.io/codecov/c/github/rehypejs/rehype-format.svg
133+
[chat-badge]: https://img.shields.io/badge/join%20the%20community-on%20spectrum-7b16ff.svg
121134

122-
[codecov]: https://codecov.io/github/rehypejs/rehype-format
135+
[chat]: https://spectrum.chat/unified/rehype
123136

124137
[npm]: https://docs.npmjs.com/cli/install
125138

0 commit comments

Comments
 (0)