Skip to content

Commit fa6714f

Browse files
author
jfusco
committed
Fixing badge links in README
1 parent 777d5bd commit fa6714f

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -202,12 +202,12 @@ If you don't care to override variables and just want to override actual styles
202202
npm test
203203
```
204204

205-
[build-image]: https://travis-ci.org/JFusco/react-autocomplete.svg?branch=master
206-
[build-url]: https://travis-ci.org/JFusco/react-autocomplete
207-
[mit-image]: https://img.shields.io/npm/l/react-autocomplete.svg?style=flat-square
208-
[mit-url]: https://github.com/JFusco/react-autocomplete/blob/master/LICENSE
205+
[build-image]: https://travis-ci.org/JFusco/react-predictive-input.svg?branch=master
206+
[build-url]: https://travis-ci.org/JFusco/react-predictive-input
207+
[mit-image]: https://img.shields.io/npm/l/react-predictive-input.svg?style=flat-square
208+
[mit-url]: https://github.com/JFusco/react-predictive-input/blob/master/LICENSE
209209
[npm-version-image]: https://img.shields.io/npm/v/npm.svg?maxAge=2592000
210-
[dev-dep-image]: https://david-dm.org/JFusco/react-autocomplete/dev-status.svg
211-
[dev-dep-url]: https://david-dm.org/JFusco/react-autocomplete?type=dev
212-
[peer-dep-image]: https://david-dm.org/JFusco/react-autocomplete/peer-status.svg
213-
[peer-dep-url]: https://david-dm.org/JFusco/react-autocomplete?type=peer
210+
[dev-dep-image]: https://david-dm.org/JFusco/react-predictive-input/dev-status.svg
211+
[dev-dep-url]: https://david-dm.org/JFusco/react-predictive-input?type=dev
212+
[peer-dep-image]: https://david-dm.org/JFusco/react-predictive-input/peer-status.svg
213+
[peer-dep-url]: https://david-dm.org/JFusco/react-predictive-input?type=peer

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-predictive-input",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "WAI-ARIA compliant React autocomplete component",
55
"main": "dist/react-autocomplete.js",
66
"license": "MIT",

0 commit comments

Comments
 (0)