File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,10 @@ Please note that `@next` only points to pre-releases that are not suitable for p
3838To get the latest stable release omit ` @next ` part altogether or use ` @latest ` instead.
3939
4040``` javascript
41+ // If you are using CommonJS
4142var neo4j = require (' neo4j-driver' )
43+ // Alternatively, if you are using ES6
44+ import neo4j from ' neo4j-driver'
4245```
4346
4447Driver instance should be closed when Node.js application exits:
Original file line number Diff line number Diff line change @@ -38,7 +38,10 @@ Please note that `@next` only points to pre-releases that are not suitable for p
3838To get the latest stable release omit ` @next ` part altogether or use ` @latest ` instead.
3939
4040``` javascript
41+ // If you are using CommonJS
4142var neo4j = require (' neo4j-driver' )
43+ // Alternatively, if you are using ES6
44+ import neo4j from ' neo4j-driver'
4245```
4346
4447Driver instance should be closed when Node.js application exits:
You can’t perform that action at this time.
0 commit comments