Skip to content

Commit ccb8222

Browse files
authored
Update README.md
1 parent 706cf4f commit ccb8222

File tree

1 file changed

+18
-7
lines changed

1 file changed

+18
-7
lines changed

README.md

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,30 @@
11
# rc-mentions
22

33
[![NPM version][npm-image]][npm-url]
4-
[![Test coverage][codecov-image]][codecov-url]
5-
[![Dependencies](https://img.shields.io/david/react-component/mentions.svg?style=flat-square)](https://david-dm.org/react-component/mentions)
6-
[![DevDependencies](https://img.shields.io/david/dev/react-component/mentions.svg?style=flat-square)](https://david-dm.org/react-component/mentions?type=dev)
74
[![npm download][download-image]][download-url]
5+
[![build status][github-actions-image]][github-actions-url]
6+
[![Codecov][codecov-image]][codecov-url]
7+
[![bundle size][bundlephobia-image]][bundlephobia-url]
8+
[![dumi][dumi-image]][dumi-url]
89

910
[npm-image]: http://img.shields.io/npm/v/rc-mentions.svg?style=flat-square
1011
[npm-url]: http://npmjs.org/package/rc-mentions
11-
[codecov-image]: https://img.shields.io/codecov/c/github/react-component/mentions.svg?style=flat-square
12-
[codecov-url]: https://codecov.io/gh/react-component/mentions/branch/master
13-
[node-image]: https://img.shields.io/badge/node.js-%3E=_0.10-green.svg?style=flat-square
14-
[node-url]: http://nodejs.org/download/
12+
[travis-image]: https://img.shields.io/travis/react-component/mentions/master?style=flat-square
13+
[travis-url]: https://travis-ci.com/react-component/mentions
14+
[github-actions-image]: https://github.com/react-component/mentions/workflows/CI/badge.svg
15+
[github-actions-url]: https://github.com/react-component/mentions/actions
16+
[codecov-image]: https://img.shields.io/codecov/c/github/react-component/mentions/master.svg?style=flat-square
17+
[codecov-url]: https://app.codecov.io/gh/react-component/mentions
18+
[david-url]: https://david-dm.org/react-component/mentions
19+
[david-image]: https://david-dm.org/react-component/mentions/status.svg?style=flat-square
20+
[david-dev-url]: https://david-dm.org/react-component/mentions?type=dev
21+
[david-dev-image]: https://david-dm.org/react-component/mentions/dev-status.svg?style=flat-square
1522
[download-image]: https://img.shields.io/npm/dm/rc-mentions.svg?style=flat-square
1623
[download-url]: https://npmjs.org/package/rc-mentions
24+
[bundlephobia-url]: https://bundlephobia.com/package/rc-mentions
25+
[bundlephobia-image]: https://badgen.net/bundlephobia/minzip/rc-mentions
26+
[dumi-url]: https://github.com/umijs/dumi
27+
[dumi-image]: https://img.shields.io/badge/docs%20by-dumi-blue?style=flat-square
1728

1829
## Screenshots
1930

0 commit comments

Comments
 (0)