Skip to content

Commit f7fa074

Browse files
committed
Add more badges
1 parent 930b49a commit f7fa074

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,6 +1,6 @@
11
<!--lint disable no-html-->
22

3-
# hast-util-select [![Build Status][travis-badge]][travis] [![Coverage Status][codecov-badge]][codecov]
3+
# hast-util-select [![Build][build-badge]][build] [![Coverage][coverage-badge]][coverage] [![Downloads][downloads-badge]][downloads] [![Chat][chat-badge]][chat]
44

55
`querySelector`, `querySelectorAll`, and `matches` for [HAST][] nodes.
66

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

276276
<!-- Definitions -->
277277

278-
[travis-badge]: https://img.shields.io/travis/syntax-tree/hast-util-select.svg
278+
[build-badge]: https://img.shields.io/travis/syntax-tree/hast-util-select.svg
279279

280-
[travis]: https://travis-ci.org/syntax-tree/hast-util-select
280+
[build]: https://travis-ci.org/syntax-tree/hast-util-select
281281

282-
[codecov-badge]: https://img.shields.io/codecov/c/github/syntax-tree/hast-util-select.svg
282+
[coverage-badge]: https://img.shields.io/codecov/c/github/syntax-tree/hast-util-select.svg
283283

284-
[codecov]: https://codecov.io/github/syntax-tree/hast-util-select
284+
[coverage]: https://codecov.io/github/syntax-tree/hast-util-select
285+
286+
[downloads-badge]: https://img.shields.io/npm/dm/hast-util-select.svg
287+
288+
[downloads]: https://www.npmjs.com/package/hast-util-select
289+
290+
[chat-badge]: https://img.shields.io/badge/join%20the%20community-on%20spectrum-7b16ff.svg
291+
292+
[chat]: https://spectrum.chat/unified/rehype
285293

286294
[npm]: https://docs.npmjs.com/cli/install
287295

0 commit comments

Comments
 (0)