Skip to content

Commit 5c3ae8d

Browse files
committed
Merge branch 'master' of github.com:RedisLabs/redisgraph.js
2 parents deaedfa + 410fe5a commit 5c3ae8d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
1+
[![npm version](https://badge.fury.io/js/redisgraph.js.svg)](https://badge.fury.io/js/redisgraph.js)
2+
13
# redisgraph.js
24

35
[RedisGraph](https://github.com/RedisLabsModules/redis-graph/) JavaScript Client
46

7+
8+
# Installation
9+
10+
Installation is done using the
11+
[`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally):
12+
13+
```bash
14+
npm install redisgraph.js
15+
```
16+
517
## Overview
618

719
### Official Releases
@@ -45,3 +57,6 @@ The tests expect a Redis server with the RedisGraph module loaded to be availabl
4557
## License
4658

4759
redisgraph.js is distributed under the BSD3 license - see [LICENSE](LICENSE)
60+
61+
[npm-image]: https://img.shields.io/npm/v/express.svg
62+
[npm-url]: https://npmjs.org/package/redisgraph.js

0 commit comments

Comments
 (0)