Skip to content

Commit 0e8a18e

Browse files
authored
Rearrange badge order in README.md
1 parent 77b011b commit 0e8a18e

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,22 @@
11
# @rc-component/drawer
22

3-
[![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] [![codecov](https://codecov.io/gh/react-component/drawer/branch/master/graph/badge.svg)](https://codecov.io/gh/react-component/drawer) [![npm download][download-image]][download-url]
3+
[![NPM version][npm-image]][npm-url]
4+
[![npm download][download-image]][download-url]
5+
[![build status][github-actions-image]][github-actions-url]
6+
[![codecov][codecov-image]][codecov-url]
7+
[![dumi][dumi-image]][dumi-url]
48

59
[npm-image]: http://img.shields.io/npm/v/@rc-component/drawer.svg?style=flat-square
610
[npm-url]: http://npmjs.org/package/@rc-component/drawer
11+
[dumi-image]: https://img.shields.io/badge/docs%20by-dumi-blue?style=flat-square
12+
[dumi-url]: https://github.com/umijs/dumi
713
[github-actions-image]: https://github.com/react-component/drawer/actions/workflows/react-component-ci.yml/badge.svg
814
[github-actions-url]: https://github.com/react-component/drawer/actions/workflows/react-component-ci.yml
915
[download-image]: https://img.shields.io/npm/dm/@rc-component/drawer.svg?style=flat-square
1016
[download-url]: https://npmjs.org/package/@rc-component/drawer
17+
[codecov-image]: https://codecov.io/gh/react-component/drawer/branch/master/graph/badge.svg
18+
[codecov-url]: https://codecov.io/gh/react-component/drawer
19+
1120

1221
## Example
1322

0 commit comments

Comments
 (0)