Skip to content

Commit

Permalink
Fix code in example.
Browse files Browse the repository at this point in the history
  • Loading branch information
rdvdijk committed Sep 26, 2012
1 parent 02cf457 commit 8e3f6d7
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 @@ -121,7 +121,7 @@ node2 = @neo.create_node("age" => 33, "name" => "Roel")

# Use indexes:
@neo.add_node_to_index("people", "name", "max", node1)
@neo.get_node_index("people", name", "max")
@neo.get_node_index("people", "name", "max")

# Cypher queries:
@neo.execute_query("start n=node(0) return n")
Expand Down

0 comments on commit 8e3f6d7

Please sign in to comment.