Skip to content

Commit 36e13f2

Browse files
committed
Update README.md
1 parent a814b21 commit 36e13f2

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
@@ -13,7 +13,7 @@ Add the driver to your project:
1313
<dependency>
1414
<groupId>org.neo4j.driver</groupId>
1515
<artifactId>neo4j-java-driver</artifactId>
16-
<version>1.0.0-M01</version>
16+
<version>1.0.0-M04</version>
1717
</dependency>
1818
</dependencies>
1919

@@ -23,7 +23,7 @@ Connect to a Neo4j 3.0.0+ database
2323

2424
Session session = driver.session();
2525

26-
Result rs = session.run("CREATE (n) RETURN n");
26+
StatementResult rs = session.run("CREATE (n) RETURN n");
2727

2828
session.close();
2929

0 commit comments

Comments
 (0)