Skip to content

Commit ff40237

Browse files
committed
Add pre-release @next channel to readme
1 parent b9df625 commit ff40237

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,21 @@ Find detailed docs [here](http://neo4j.com/docs/api/javascript-driver/current/).
66

77
## Include module in Node.js application
88

9+
Stable channel:
910
```shell
1011
npm install neo4j-driver
1112
// or
1213
bower install neo4j-driver
1314
```
1415

16+
Pre-release channel:
17+
```shell
18+
npm install neo4j-driver@next
19+
```
20+
21+
Please note that `@next` only points to pre-releases that are not suitable for production use.
22+
To get the latest stable release omit `@next` part altogether or use `@latest` instead.
23+
1524
```javascript
1625
var neo4j = require('neo4j-driver');
1726
```

0 commit comments

Comments
 (0)