diff --git a/README.md b/README.md index 70b6e66..010c114 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,11 @@ Use the neo4j browser at http://localhost:7474/browser/ to login an query the da of an app to create, update or delete data. The query `MATCH (n) RETURN n` will return all nodes in the database. + All nodes in the database Use `MATCH (q:Question)--(a:Answer) RETURN q,a` to return all questions which have answer(s). + All nodes in the database To query the 10 questions with the longest reaction time in average use: