Skip to content

Commit

Permalink
Merge pull request #11 from Jdubedition/master
Browse files Browse the repository at this point in the history
fix typo in code example in main readme
  • Loading branch information
damienstamates authored Jan 22, 2020
2 parents 4d6ca11 + dfe664d commit e76d18e
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 @@ -182,7 +182,7 @@ func main() {
g := grammes.Traversal()

// Executing a query to fetch all of the labels from the vertices.
data, err := client.ExecuteQuery(g.V().Label())
res, err := client.ExecuteQuery(g.V().Label())
if err != nil {
log.Fatalf("Querying error: %s\n", err.Error())
}
Expand Down

0 comments on commit e76d18e

Please sign in to comment.