Skip to content

Commit 8b1636c

Browse files
committed
chore: update readme after ts migration
1 parent b360b10 commit 8b1636c

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,11 @@ Tested with RN >= 0.26.2. If you want to use RN < 0.26 try to install react-nati
1414
### Installation
1515

1616
```shell
17+
# Install with npm
1718
$ npm install --save react-native-autocomplete-input
18-
```
19-
20-
or install HEAD from github.com:
2119

22-
```shell
23-
$ npm install --save mrlaessig/react-native-autocomplete-input
20+
# Install with yarn
21+
$ yarn add react-native-autocomplete-input
2422
```
2523

2624
### Example

0 commit comments

Comments
 (0)