File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ Resources to get you started:
88- [ Neo4j Manual] ( https://neo4j.com/docs/ )
99- [ Neo4j Refcard] ( https://neo4j.com/docs/cypher-refcard/current/ )
1010
11- ## What's New in 4.1
11+ ## What's New in 4.2
1212
13- - [ Changelog] ( https://github.com/neo4j/neo4j-javascript-driver/wiki/4.1 -changelog )
13+ - [ Changelog] ( https://github.com/neo4j/neo4j-javascript-driver/wiki/4.2 -changelog )
1414
1515## Including the Driver
1616
@@ -506,7 +506,7 @@ To run tests against "default" Neo4j version:
506506To run tests against specified Neo4j version:
507507
508508```
509- ./runTests.sh '-e 4.1 .0'
509+ ./runTests.sh '-e 4.2 .0'
510510```
511511
512512Simple ` npm test ` can also be used if you already have a running version of a compatible Neo4j server.
You can’t perform that action at this time.
0 commit comments