Skip to content

Commit 0bee943

Browse files
authored
Update README.md
1 parent 96061d4 commit 0bee943

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,24 @@
44

55
React Select
66

7-
[![NPM version][npm-image]][npm-url] [![build status][travis-image]][travis-url] [![Test coverage][coveralls-image]][coveralls-url] [![Dependencies](https://img.shields.io/david/react-component/select.svg?style=flat-square)](https://david-dm.org/react-component/select) [![DevDependencies](https://img.shields.io/david/dev/react-component/select.svg?style=flat-square)](https://david-dm.org/react-component/select?type=dev) [![npm download][download-image]][download-url] [![Storybook](https://gw.alipayobjects.com/mdn/ob_info/afts/img/A*CQXNTZfK1vwAAAAAAAAAAABjAQAAAQ/original)](https://github.com/react-component/select)
7+
[![NPM version][npm-image]][npm-url] [![npm download][download-image]][download-url] [![build status][circleci-image]][circleci-url] [![Test coverage][coveralls-image]][coveralls-url] [![Dependencies][david-image]](david-url) [![DevDependencies][david-dev-image]][david-dev-url] [![Storybook][storybook-image]](https://github.com/react-component/select)
88

99
[storybook]: https://github.com/storybooks/press/blob/master/badges/storybook.svg
1010
[npm-image]: http://img.shields.io/npm/v/rc-select.svg?style=flat-square
1111
[npm-url]: http://npmjs.org/package/rc-select
12-
[travis-image]: https://img.shields.io/travis/react-component/select.svg?style=flat-square
13-
[travis-url]: https://travis-ci.org/react-component/select
12+
[circleci-image]: https://img.shields.io/circleci/build/github/react-component/select.svg?style=flat-square
13+
[circleci-url]: https://circleci.com/gh/react-component/select
14+
[david-url]: https://david-dm.org/react-component/select
15+
[david-image]: https://img.shields.io/david/react-component/select.svg?style=flat-square
16+
[david-dev-url]: https://david-dm.org/react-component/select?type=dev
17+
[david-dev-image]: https://img.shields.io/david/react-component/select.svg?style=flat-square?type=dev
1418
[coveralls-image]: https://img.shields.io/coveralls/react-component/select.svg?style=flat-square
1519
[coveralls-url]: https://coveralls.io/r/react-component/select?branch=maste
1620
[node-image]: https://img.shields.io/badge/node.js-%3E=_0.10-green.svg?style=flat-square
1721
[node-url]: http://nodejs.org/download/
1822
[download-image]: https://img.shields.io/npm/dm/rc-select.svg?style=flat-square
1923
[download-url]: https://npmjs.org/package/rc-select
24+
[storybook-image]: https://gw.alipayobjects.com/mdn/ob_info/afts/img/A*CQXNTZfK1vwAAAAAAAAAAABjAQAAAQ/original
2025

2126
## Screenshots
2227

0 commit comments

Comments
 (0)