Skip to content
This repository was archived by the owner on Jul 19, 2019. It is now read-only.

Commit 9992b1f

Browse files
committed
Add "Install" section to README
1 parent cf78f75 commit 9992b1f

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README-template.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,25 @@ Accessible, extensible, Autocomplete for React.js.
44

55
[Examples](https://reactcommunity.org/react-autocomplete/)
66

7+
## Install
8+
9+
### npm
10+
11+
```bash
12+
npm install --save react-autocomplete
13+
```
14+
15+
### yarn
16+
17+
```bash
18+
yarn add react-autocomplete
19+
```
20+
21+
### AMD/UMD
22+
23+
* Development: [https://unpkg.com/react-autocomplete@${VERSION}/dist/react-autocomplete.js](https://unpkg.com/react-autocomplete@${VERSION}/dist/react-autocomplete.js)
24+
* Production: [https://unpkg.com/react-autocomplete@${VERSION}/dist/react-autocomplete.min.js](https://unpkg.com/react-autocomplete@${VERSION}/dist/react-autocomplete.min.js)
25+
726
## API
827

928
${API_DOC}

0 commit comments

Comments
 (0)