Skip to content

Commit 86c3f8c

Browse files
committed
fix README.md
1 parent 52750ca commit 86c3f8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ A small library that simplifies [AWS Elasticsearch Service](https://aws.amazon.c
33

44
## Install
55
```
6-
npm install aws-elasticsearch-model --save
6+
npm i aws-elasticsearch-model --save
77
```
88
or
99
```
10-
yarn install aws-elasticsearch-model
10+
yarn add aws-elasticsearch-model
1111
```
1212

1313
## Intitialize

0 commit comments

Comments
 (0)