Skip to content

Commit

Permalink
Changed README CI badge to only point to master
Browse files Browse the repository at this point in the history
  • Loading branch information
bvaughn committed Jan 14, 2016
1 parent f4c2468 commit 5b580fb
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
redux-search
-----

<img src="https://cloud.githubusercontent.com/assets/29597/11708504/c2f637ce-9ec4-11e5-8eb9-c248664e8d3b.png" alt="React virtualized" data-canonical-src="https://cloud.githubusercontent.com/assets/29597/11708504/c2f637ce-9ec4-11e5-8eb9-c248664e8d3b.png" width="364" height="100" />
<img src="https://cloud.githubusercontent.com/assets/29597/11708504/c2f637ce-9ec4-11e5-8eb9-c248664e8d3b.png" alt="Redux Search" data-canonical-src="https://cloud.githubusercontent.com/assets/29597/11708504/c2f637ce-9ec4-11e5-8eb9-c248664e8d3b.png" width="364" height="100" />

![NPM version](https://img.shields.io/npm/v/redux-search.svg)
![NPM license](https://img.shields.io/npm/l/redux-search.svg)
![NPM total downloads](https://img.shields.io/npm/dt/redux-search.svg)
![NPM monthly downloads](https://img.shields.io/npm/dm/redux-search.svg)
[![Circle CI][circle-image]][circle-url]
[![Circle CI badge](https://img.shields.io/circleci/project/treasure-data/redux-search/master.svg)](https://circleci.com/gh/treasure-data/redux-search)

Higher-order Redux library for searching collections of objects. Search algorithms powered by [js-worker-search](https://github.com/bvaughn/js-worker-search).

Expand Down Expand Up @@ -106,6 +106,3 @@ License
---------

redux-search is available under the MIT License.

[circle-image]: https://img.shields.io/circleci/project/treasure-data/redux-search.svg
[circle-url]: https://circleci.com/gh/treasure-data/redux-search

0 comments on commit 5b580fb

Please sign in to comment.