Skip to content

Commit 6e92daf

Browse files
authored
Update README.md
1 parent f5a2fd7 commit 6e92daf

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

README.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,32 +5,30 @@
55
Checkbox ui component for react.
66

77
[![NPM version][npm-image]][npm-url]
8-
[![build status][travis-image]][travis-url]
9-
[![Test coverage][coveralls-image]][coveralls-url]
10-
[![Dependencies][david-image]][david-url]
11-
[![DevDependencies][david-dev-image]][david-dev-url]
128
[![npm download][download-image]][download-url]
9+
[![build status][github-actions-image]][github-actions-url]
10+
[![Codecov][codecov-image]][codecov-url]
1311
[![bundle size][bundlephobia-image]][bundlephobia-url]
1412
[![dumi][dumi-image]][dumi-url]
1513

1614
[npm-image]: http://img.shields.io/npm/v/rc-checkbox.svg?style=flat-square
1715
[npm-url]: http://npmjs.org/package/rc-checkbox
1816
[travis-image]: https://img.shields.io/travis/react-component/checkbox/master?style=flat-square
19-
[travis-url]: https://travis-ci.org/react-component/checkbox
20-
[circleci-image]: https://img.shields.io/circleci/react-component/checkbox/master?style=flat-square
21-
[circleci-url]: https://circleci.com/gh/react-component/checkbox
22-
[coveralls-image]: https://img.shields.io/coveralls/react-component/checkbox.svg?style=flat-square
23-
[coveralls-url]: https://coveralls.io/r/react-component/checkbox?branch=master
17+
[travis-url]: https://travis-ci.com/react-component/checkbox
18+
[github-actions-image]: https://github.com/react-component/checkbox/workflows/CI/badge.svg
19+
[github-actions-url]: https://github.com/react-component/checkbox/actions
20+
[codecov-image]: https://img.shields.io/codecov/c/github/react-component/checkbox/master.svg?style=flat-square
21+
[codecov-url]: https://app.codecov.io/gh/react-component/checkbox
2422
[david-url]: https://david-dm.org/react-component/checkbox
2523
[david-image]: https://david-dm.org/react-component/checkbox/status.svg?style=flat-square
2624
[david-dev-url]: https://david-dm.org/react-component/checkbox?type=dev
2725
[david-dev-image]: https://david-dm.org/react-component/checkbox/dev-status.svg?style=flat-square
2826
[download-image]: https://img.shields.io/npm/dm/rc-checkbox.svg?style=flat-square
2927
[download-url]: https://npmjs.org/package/rc-checkbox
30-
[bundlephobia-url]: https://bundlephobia.com/result?p=rc-checkbox
28+
[bundlephobia-url]: https://bundlephobia.com/package/rc-checkbox
3129
[bundlephobia-image]: https://badgen.net/bundlephobia/minzip/rc-checkbox
32-
[dumi-image]: https://img.shields.io/badge/docs%20by-dumi-blue?style=flat-square
3330
[dumi-url]: https://github.com/umijs/dumi
31+
[dumi-image]: https://img.shields.io/badge/docs%20by-dumi-blue?style=flat-square
3432

3533
## Install
3634

0 commit comments

Comments
 (0)