Skip to content

Commit 598c20c

Browse files
committed
Add more badges
1 parent 31b7e7d commit 598c20c

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

readme.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# mdast-zone [![Build Status][travis-badge]][travis] [![Coverage Status][codecov-badge]][codecov] [![Chat][chat-badge]][chat]
1+
# mdast-zone [![Build][build-badge]][build] [![Coverage][coverage-badge]][coverage] [![Downloads][downloads-badge]][downloads] [![Chat][chat-badge]][chat]
22

33
[**MDAST**][mdast] utility to treat HTML comments as ranges.
44
Useful in [**remark**][remark] plugins.
@@ -106,17 +106,21 @@ repository, organisation, or community you agree to abide by its terms.
106106

107107
<!-- Definitions -->
108108

109-
[travis-badge]: https://img.shields.io/travis/syntax-tree/mdast-zone.svg
109+
[build-badge]: https://img.shields.io/travis/syntax-tree/mdast-zone.svg
110110

111-
[travis]: https://travis-ci.org/syntax-tree/mdast-zone
111+
[build]: https://travis-ci.org/syntax-tree/mdast-zone
112112

113-
[codecov-badge]: https://img.shields.io/codecov/c/github/syntax-tree/mdast-zone.svg
113+
[coverage-badge]: https://img.shields.io/codecov/c/github/syntax-tree/mdast-zone.svg
114114

115-
[chat-badge]: https://img.shields.io/gitter/room/wooorm/remark.svg
115+
[coverage]: https://codecov.io/github/syntax-tree/mdast-zone
116116

117-
[codecov]: https://codecov.io/github/syntax-tree/mdast-zone
117+
[downloads-badge]: https://img.shields.io/npm/dm/mdast-zone.svg
118118

119-
[chat]: https://gitter.im/wooorm/remark
119+
[downloads]: https://www.npmjs.com/package/mdast-zone
120+
121+
[chat-badge]: https://img.shields.io/badge/join%20the%20community-on%20spectrum-7b16ff.svg
122+
123+
[chat]: https://spectrum.chat/unified/remark
120124

121125
[npm]: https://docs.npmjs.com/cli/install
122126

0 commit comments

Comments
 (0)