Skip to content

Commit

Permalink
Merge branch '8.1.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
cheerfulstoic committed Apr 1, 2018
2 parents bb5d069 + b15281d commit 431d609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ To make a basic connection to Neo4j to execute Cypher queries, first choose an a
# or

require 'neo4j/core/cypher_session/adaptors/bolt'
bolt_adaptor = Neo4j::Core::CypherSession::Adaptors::Bolt.new('http://neo4j:pass@localhost:7687', timeout: 10)
bolt_adaptor = Neo4j::Core::CypherSession::Adaptors::Bolt.new('bolt://neo4j:pass@localhost:7687', timeout: 10)

# or

Expand Down

0 comments on commit 431d609

Please sign in to comment.