Skip to content

Commit f7cd220

Browse files
release candidate 3
1 parent 47ddd52 commit f7cd220

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,17 @@ Autosuggestion input field for React
44
[![react-input-autosugest](https://github.com/vinils/react-input-autosugest/blob/releaseCandidate/public/sample.gif)](https://github.com/vinils/react-input-autosugest)
55

66
# Demo
7-
Demo and playground are available [here](https://github.io.com/vinils/react-input-autosugest)
7+
Demo and playground are available [here](https://vinils.github.io/react-input-autosugest)
8+
9+
## Install
10+
11+
12+
13+
14+
```bash
15+
16+
npm install react-input-autosugest
17+
```
818

919
# Usage Example
1020
```JavaScript

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-input-autosugest",
3-
"version": "0.0.1-rc.2",
3+
"version": "0.0.1-rc.3",
44
"description": "An atuo sugestion search box",
55
"main": "build/index.js",
66
"repository": {

0 commit comments

Comments
 (0)