Skip to content

Commit 8576f93

Browse files
committed
Add more badges
1 parent d363dd9 commit 8576f93

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

readme.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
# unist-util-visit [![Build Status][build-badge]][build-page] [![Coverage Status][coverage-badge]][coverage-page]
1+
# unist-util-visit
2+
3+
[![Build][build-badge]][build]
4+
[![Coverage][coverage-badge]][coverage]
5+
[![Downloads][downloads-badge]][downloads]
6+
[![Size][size-badge]][size]
27

38
[unist][] node visitor. Useful when working with [**remark**][remark],
49
[**retext**][retext], or [**rehype**][rehype].
@@ -80,11 +85,19 @@ repository, organisation, or community you agree to abide by its terms.
8085

8186
[build-badge]: https://img.shields.io/travis/syntax-tree/unist-util-visit.svg
8287

83-
[build-page]: https://travis-ci.org/syntax-tree/unist-util-visit
88+
[build]: https://travis-ci.org/syntax-tree/unist-util-visit
8489

8590
[coverage-badge]: https://img.shields.io/codecov/c/github/syntax-tree/unist-util-visit.svg
8691

87-
[coverage-page]: https://codecov.io/github/syntax-tree/unist-util-visit?branch=master
92+
[coverage]: https://codecov.io/github/syntax-tree/unist-util-visit
93+
94+
[downloads-badge]: https://img.shields.io/npm/dm/unist-util-visit.svg
95+
96+
[downloads]: https://www.npmjs.com/package/unist-util-visit
97+
98+
[size-badge]: https://img.shields.io/bundlephobia/minzip/unist-util-visit.svg
99+
100+
[size]: https://bundlephobia.com/result?p=unist-util-visit
88101

89102
[npm]: https://docs.npmjs.com/cli/install
90103

0 commit comments

Comments
 (0)