We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1514fd commit 6d583f0Copy full SHA for 6d583f0
README.md
@@ -48,7 +48,7 @@ We build a special browser version of the driver, which supports connecting to N
48
This will make a global `neo4j` object available, where you can access the `v1` API at `neo4j.v1`:
49
50
```javascript
51
-var driver = neo4j.driver("bolt://localhost", neo4j.auth.basic("neo4j", "neo4j"));
+var driver = neo4j.v1.driver("bolt://localhost", neo4j.v1.auth.basic("neo4j", "neo4j"));
52
```
53
54
It is not required to explicitly close the driver on a web page. Web browser should gracefully close all open
0 commit comments