Skip to content

Commit d760e86

Browse files
authored
Update README.md
1 parent 65fb857 commit d760e86

File tree

1 file changed

+18
-10
lines changed

1 file changed

+18
-10
lines changed

README.md

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,30 @@
33
Common Utils For React Component.
44

55
[![NPM version][npm-image]][npm-url]
6-
[![David dm][david-dm-image]][david-dm-url]
7-
[![node version][node-image]][node-url]
86
[![npm download][download-image]][download-url]
7+
[![build status][github-actions-image]][github-actions-url]
8+
[![Codecov][codecov-image]][codecov-url]
9+
[![bundle size][bundlephobia-image]][bundlephobia-url]
10+
[![dumi][dumi-image]][dumi-url]
911

1012
[npm-image]: http://img.shields.io/npm/v/rc-util.svg?style=flat-square
1113
[npm-url]: http://npmjs.org/package/rc-util
12-
[travis-image]: https://img.shields.io/travis/react-component/util.svg?style=flat-square
13-
[travis-url]: https://travis-ci.org/react-component/util
14-
[coveralls-image]: https://img.shields.io/coveralls/react-component/util.svg?style=flat-square
15-
[coveralls-url]: https://coveralls.io/r/react-component/util?branch=master
16-
[david-dm-image]: https://img.shields.io/david/react-component/util.svg
17-
[david-dm-url]: https://david-dm.org/react-component/util
18-
[node-image]: https://img.shields.io/badge/node.js-%3E=_0.10-green.svg?style=flat-square
19-
[node-url]: http://nodejs.org/download/
14+
[travis-image]: https://img.shields.io/travis/react-component/util/master?style=flat-square
15+
[travis-url]: https://travis-ci.com/react-component/util
16+
[github-actions-image]: https://github.com/react-component/util/workflows/CI/badge.svg
17+
[github-actions-url]: https://github.com/react-component/util/actions
18+
[codecov-image]: https://img.shields.io/codecov/c/github/react-component/util/master.svg?style=flat-square
19+
[codecov-url]: https://app.codecov.io/gh/react-component/util
20+
[david-url]: https://david-dm.org/react-component/util
21+
[david-image]: https://david-dm.org/react-component/util/status.svg?style=flat-square
22+
[david-dev-url]: https://david-dm.org/react-component/util?type=dev
23+
[david-dev-image]: https://david-dm.org/react-component/util/dev-status.svg?style=flat-square
2024
[download-image]: https://img.shields.io/npm/dm/rc-util.svg?style=flat-square
2125
[download-url]: https://npmjs.org/package/rc-util
26+
[bundlephobia-url]: https://bundlephobia.com/package/rc-util
27+
[bundlephobia-image]: https://badgen.net/bundlephobia/minzip/rc-util
28+
[dumi-url]: https://github.com/umijs/dumi
29+
[dumi-image]: https://img.shields.io/badge/docs%20by-dumi-blue?style=flat-square
2230

2331
## Install
2432

0 commit comments

Comments
 (0)