Skip to content

Commit bc14b54

Browse files
authored
Update README.md
1 parent eda9194 commit bc14b54

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

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

77
[![NPM version][npm-image]][npm-url]
88
[![npm download][download-image]][download-url]
9-
[![build status][circleci-image]][circleci-url]
10-
[![Test coverage][coveralls-image]][coveralls-url]
9+
[![build status][travis-image]][travis-url]
10+
[![Codecov][codecov-image]][codecov-url]
1111
[![Dependencies][david-image]](david-url)
1212
[![DevDependencies][david-dev-image]][david-dev-url]
1313
[![bundle size][bundlephobia-image]][bundlephobia-url]
1414

1515
[npm-image]: http://img.shields.io/npm/v/rc-select.svg?style=flat-square
1616
[npm-url]: http://npmjs.org/package/rc-select
17-
[circleci-image]: https://img.shields.io/circleci/build/github/react-component/select.svg?style=flat-square
18-
[circleci-url]: https://circleci.com/gh/react-component/select
17+
[travis-image]: https://img.shields.io/travis/com/react-component/select.svg?style=flat-square
18+
[travis-url]: https://travis-ci.com/react-component/select
19+
[codecov-image]: https://img.shields.io/codecov/c/github/react-component/select/master.svg?style=flat-square
20+
[codecov-url]: https://codecov.io/gh/react-component/select/branch/master
1921
[david-url]: https://david-dm.org/react-component/select
20-
[david-image]: https://img.shields.io/david/react-component/select.svg?style=flat-square
22+
[david-image]: https://david-dm.org/react-component/select/status.svg?style=flat-square
2123
[david-dev-url]: https://david-dm.org/react-component/select?type=dev
22-
[david-dev-image]: https://img.shields.io/david/react-component/select.svg?style=flat-square&type=dev
23-
[coveralls-image]: https://img.shields.io/coveralls/react-component/select.svg?style=flat-square
24-
[coveralls-url]: https://coveralls.io/r/react-component/select?branch=maste
24+
[david-dev-image]: https://david-dm.org/react-component/select/dev-status.svg?style=flat-square
2525
[download-image]: https://img.shields.io/npm/dm/rc-select.svg?style=flat-square
2626
[download-url]: https://npmjs.org/package/rc-select
2727
[bundlephobia-url]: https://bundlephobia.com/result?p=rc-select

0 commit comments

Comments
 (0)