Skip to content

Commit

Permalink
Fixed a typo in README (#436)
Browse files Browse the repository at this point in the history
  • Loading branch information
GhostVaibhav authored Dec 29, 2022
1 parent 49ac01f commit acab46b
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 @@ -254,7 +254,7 @@ You can use the following to create an edge, for example, between two nodes.
```bash
SELECT *
FROM cypher('graph_name', $$
MATCH (a:lable), (b:lable)
MATCH (a:label), (b:label)
WHERE a.property = 'Node A' AND b.property = 'Node B'
CREATE (a)-[e:RELTYPE]->(b)
RETURN e
Expand Down

0 comments on commit acab46b

Please sign in to comment.