Skip to content

Commit aa2e1dd

Browse files
authored
Update README.md
1 parent d0f9c0a commit aa2e1dd

File tree

1 file changed

+19
-12
lines changed

1 file changed

+19
-12
lines changed

README.md

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,31 @@
22

33
React Upload
44

5-
[![NPM version][npm-image]][npm-url] [![dumi](https://img.shields.io/badge/docs%20by-dumi-blue?style=flat-square)](https://github.com/umijs/dumi) [![build status][github-actions-image]][github-actions-url] [![Test coverage][coveralls-image]][coveralls-url] [![Dependencies][david-image]][david-url] [![DevDependencies][david-dev-image]][david-dev-url] [![npm download][download-image]][download-url] [![bundle size][bundlephobia-image]][bundlephobia-url]
6-
7-
[npm-image]: https://img.shields.io/npm/v/rc-upload.svg?style=flat-square
8-
[npm-url]: http://npmjs.org/package/rc-upload
5+
[![NPM version][npm-image]][npm-url]
6+
[![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]
11+
12+
[npm-image]: http://img.shields.io/npm/v/rc-select.svg?style=flat-square
13+
[npm-url]: http://npmjs.org/package/rc-select
14+
[travis-image]: https://img.shields.io/travis/react-component/upload/master?style=flat-square
15+
[travis-url]: https://travis-ci.com/react-component/upload
916
[github-actions-image]: https://github.com/react-component/upload/workflows/CI/badge.svg
1017
[github-actions-url]: https://github.com/react-component/upload/actions
11-
[circleci-image]: https://img.shields.io/circleci/react-component/upload/master?style=flat-square
12-
[circleci-url]: https://circleci.com/gh/react-component/upload
13-
[coveralls-image]: https://img.shields.io/coveralls/react-component/upload.svg?style=flat-square
14-
[coveralls-url]: https://coveralls.io/r/react-component/upload?branch=master
18+
[codecov-image]: https://img.shields.io/codecov/c/github/react-component/upload/master.svg?style=flat-square
19+
[codecov-url]: https://app.codecov.io/gh/react-component/upload
1520
[david-url]: https://david-dm.org/react-component/upload
1621
[david-image]: https://david-dm.org/react-component/upload/status.svg?style=flat-square
1722
[david-dev-url]: https://david-dm.org/react-component/upload?type=dev
1823
[david-dev-image]: https://david-dm.org/react-component/upload/dev-status.svg?style=flat-square
19-
[download-image]: https://img.shields.io/npm/dm/rc-upload.svg?style=flat-square
20-
[download-url]: https://npmjs.org/package/rc-upload
21-
[bundlephobia-url]: https://bundlephobia.com/result?p=rc-upload
22-
[bundlephobia-image]: https://badgen.net/bundlephobia/minzip/rc-upload
24+
[download-image]: https://img.shields.io/npm/dm/rc-select.svg?style=flat-square
25+
[download-url]: https://npmjs.org/package/rc-select
26+
[bundlephobia-url]: https://bundlephobia.com/package/rc-select
27+
[bundlephobia-image]: https://badgen.net/bundlephobia/minzip/rc-select
28+
[dumi-url]: https://github.com/umijs/dumi
29+
[dumi-image]: https://img.shields.io/badge/docs%20by-dumi-blue?style=flat-square
2330

2431
## Development
2532

0 commit comments

Comments
 (0)