Skip to content

Commit 876a99d

Browse files
committed
Add more badges
1 parent e655d64 commit 876a99d

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

readme.md

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

33
Assert [MDAST][] nodes.
44

@@ -51,13 +51,21 @@ repository, organisation, or community you agree to abide by its terms.
5151

5252
<!-- Definitions -->
5353

54-
[travis-badge]: https://img.shields.io/travis/syntax-tree/mdast-util-assert.svg
54+
[build-badge]: https://img.shields.io/travis/syntax-tree/mdast-util-assert.svg
5555

56-
[travis]: https://travis-ci.org/syntax-tree/mdast-util-assert
56+
[build]: https://travis-ci.org/syntax-tree/mdast-util-assert
5757

58-
[codecov-badge]: https://img.shields.io/codecov/c/github/syntax-tree/mdast-util-assert.svg
58+
[coverage-badge]: https://img.shields.io/codecov/c/github/syntax-tree/mdast-util-assert.svg
5959

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

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

0 commit comments

Comments
 (0)