Skip to content

Commit 32a2016

Browse files
committed
Add more badges
1 parent b36ec3f commit 32a2016

File tree

1 file changed

+18
-5
lines changed

1 file changed

+18
-5
lines changed

Diff for: readme.md

+18-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
# hast-util-parse-selector [![Build Status][travis-badge]][travis] [![Coverage Status][codecov-badge]][codecov]
1+
# hast-util-parse-selector
2+
3+
[![Build][build-badge]][build]
4+
[![Coverage][coverage-badge]][coverage]
5+
[![Downloads][downloads-badge]][downloads]
6+
[![Chat][chat-badge]][chat]
27

38
Parse a simple CSS selector to a [HAST][] node.
49

@@ -62,13 +67,21 @@ repository, organisation, or community you agree to abide by its terms.
6267

6368
<!-- Definitions -->
6469

65-
[travis-badge]: https://img.shields.io/travis/syntax-tree/hast-util-parse-selector.svg
70+
[build-badge]: https://img.shields.io/travis/syntax-tree/hast-util-parse-selector.svg
71+
72+
[build]: https://travis-ci.org/syntax-tree/hast-util-parse-selector
73+
74+
[coverage-badge]: https://img.shields.io/codecov/c/github/syntax-tree/hast-util-parse-selector.svg
75+
76+
[coverage]: https://codecov.io/github/syntax-tree/hast-util-parse-selector
77+
78+
[downloads-badge]: https://img.shields.io/npm/dm/hast-util-parse-selector.svg
6679

67-
[travis]: https://travis-ci.org/syntax-tree/hast-util-parse-selector
80+
[downloads]: https://www.npmjs.com/package/hast-util-parse-selector
6881

69-
[codecov-badge]: https://img.shields.io/codecov/c/github/syntax-tree/hast-util-parse-selector.svg
82+
[chat-badge]: https://img.shields.io/badge/join%20the%20community-on%20spectrum-7b16ff.svg
7083

71-
[codecov]: https://codecov.io/github/syntax-tree/hast-util-parse-selector
84+
[chat]: https://spectrum.chat/unified/rehype
7285

7386
[npm]: https://docs.npmjs.com/cli/install
7487

0 commit comments

Comments
 (0)