Skip to content

Commit ef6041c

Browse files
committed
Add more badges
1 parent 056968f commit ef6041c

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

33
Check if a [node][] is a [**phrasing**][spec] content.
44

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

7575
<!-- Definitions -->
7676

77-
[travis-badge]: https://img.shields.io/travis/syntax-tree/hast-util-phrasing.svg
77+
[build-badge]: https://img.shields.io/travis/syntax-tree/hast-util-phrasing.svg
7878

79-
[travis]: https://travis-ci.org/syntax-tree/hast-util-phrasing
79+
[build]: https://travis-ci.org/syntax-tree/hast-util-phrasing
8080

81-
[codecov-badge]: https://img.shields.io/codecov/c/github/syntax-tree/hast-util-phrasing.svg
81+
[coverage-badge]: https://img.shields.io/codecov/c/github/syntax-tree/hast-util-phrasing.svg
8282

83-
[codecov]: https://codecov.io/github/syntax-tree/hast-util-phrasing
83+
[coverage]: https://codecov.io/github/syntax-tree/hast-util-phrasing
84+
85+
[downloads-badge]: https://img.shields.io/npm/dm/hast-util-phrasing.svg
86+
87+
[downloads]: https://www.npmjs.com/package/hast-util-phrasing
88+
89+
[chat-badge]: https://img.shields.io/badge/join%20the%20community-on%20spectrum-7b16ff.svg
90+
91+
[chat]: https://spectrum.chat/unified/rehype
8492

8593
[npm]: https://docs.npmjs.com/cli/install
8694

0 commit comments

Comments
 (0)