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:
8
8
- [ Neo4j Manual] ( https://neo4j.com/docs/ )
9
9
- [ Neo4j Refcard] ( https://neo4j.com/docs/cypher-refcard/current/ )
10
10
11
- ## What's New in 4.1
11
+ ## What's New in 4.2
12
12
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 )
14
14
15
15
## Including the Driver
16
16
@@ -506,7 +506,7 @@ To run tests against "default" Neo4j version:
506
506
To run tests against specified Neo4j version:
507
507
508
508
```
509
- ./runTests.sh '-e 4.1 .0'
509
+ ./runTests.sh '-e 4.2 .0'
510
510
```
511
511
512
512
Simple ` 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