Skip to content

Commit 425f9f7

Browse files
authored
Merge pull request #195 from pontusmelke/1.0-fix-readme
Fix error in README
2 parents 1837653 + 0c9aeeb commit 425f9f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ available.
2020

2121
Connect to a Neo4j 3.0.0+ database:
2222

23-
Driver driver = ( "bolt://localhost", AuthTokens.basic( "neo4j", "neo4j" ) );
23+
Driver driver = GraphDatabase.driver( "bolt://localhost", AuthTokens.basic( "neo4j", "neo4j" ) );
2424

2525
Session session = driver.session();
2626

0 commit comments

Comments
 (0)