Skip to content

Commit af4a8da

Browse files
committed
Merge pull request hmalphettes#10 from vespakoen/master
Add installation instruction & syntax highlighting
2 parents f741635 + 13a802d commit af4a8da

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ It is expected to provide the Elasticsearch reponse's body as a JSON.
1010

1111
See the examples and tests with the official Elasticsearch-js client.
1212

13+
# Installation
14+
15+
```shell
16+
npm install --save elasticsearch-streams
17+
```
18+
1319
# Examples:
1420

1521
## Stream random records into Elasticsearch

0 commit comments

Comments
 (0)