Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lyip1992 committed Jul 1, 2015
1 parent 6966fb6 commit c634a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -339,7 +339,7 @@ Get all (incoming and outgoing) relationships of a node, or use the options obje
console.log(relationships); // delivers an array of relationship objects.
});

**Run a cyper query against Neo4j**
**Run a cypher query against Neo4j**

db.cypherQuery("START user = node(123) MATCH user-[:RELATED_TO]->friends RETURN friends", function(err, result){
if(err) throw err;
Expand Down

0 comments on commit c634a3f

Please sign in to comment.