Skip to content

Commit

Permalink
Updated main README with link to hasura module docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
vvuwei committed Mar 14, 2023
1 parent 4caf39d commit 8c60a02
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,4 +233,8 @@ head, err := tzkt.GetHead(ctx)
if err != nil {
log.Panic(err)
}
```
```

### `hasura`

Go wrapper for Hasura metadata methods, read docs [here](hasura/README.md)

0 comments on commit 8c60a02

Please sign in to comment.