Skip to content

Commit 0ba4d36

Browse files
authored
Update README.md
1 parent bc14b54 commit 0ba4d36

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ React Select
66

77
[![NPM version][npm-image]][npm-url]
88
[![npm download][download-image]][download-url]
9-
[![build status][travis-image]][travis-url]
10-
[![Codecov][codecov-image]][codecov-url]
9+
[![build status][circleci-image]][circleci-url]
10+
[![Test coverage][coveralls-image]][coveralls-url]
1111
[![Dependencies][david-image]](david-url)
1212
[![DevDependencies][david-dev-image]][david-dev-url]
1313
[![bundle size][bundlephobia-image]][bundlephobia-url]
@@ -16,6 +16,10 @@ React Select
1616
[npm-url]: http://npmjs.org/package/rc-select
1717
[travis-image]: https://img.shields.io/travis/com/react-component/select.svg?style=flat-square
1818
[travis-url]: https://travis-ci.com/react-component/select
19+
[circleci-image]: https://img.shields.io/circleci/build/github/react-component/select.svg?style=flat-square
20+
[circleci-url]: https://circleci.com/gh/react-component/select
21+
[coveralls-image]: https://img.shields.io/coveralls/react-component/select.svg?style=flat-square
22+
[coveralls-url]: https://coveralls.io/r/react-component/select?branch=master
1923
[codecov-image]: https://img.shields.io/codecov/c/github/react-component/select/master.svg?style=flat-square
2024
[codecov-url]: https://codecov.io/gh/react-component/select/branch/master
2125
[david-url]: https://david-dm.org/react-component/select

0 commit comments

Comments
 (0)