Skip to content

Commit bd2d01a

Browse files
committed
Specify exact version in README
1 parent 4ba6cc7 commit bd2d01a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,9 +232,9 @@ To run tests against "default" Neo4j version:
232232

233233
./runTests.sh
234234

235-
To run tests against specified Neo4j version (latest enterprise 3.2 snapshot in this case):
235+
To run tests against specified Neo4j version:
236236

237-
./runTests.sh '-e 3.2'
237+
./runTests.sh '-e 3.1.3'
238238

239239
Simple `npm test` can also be used if you already have a running version of a compatible Neo4j server.
240240

0 commit comments

Comments
 (0)