diff --git a/README.md b/README.md index 1325561..8893128 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ strings as field names. This is prone to typos. `eywa` has a codegen tool for generating constants and functions for selecting fields. Install fieldgen ```bash -go install github.com/hasura/eywa/cmd/fieldgen +go install github.com/imperfect-fourth/eywa/cmd/fieldgen ``` Add `go:generate` comments to your code. ```go diff --git a/go.mod b/go.mod index c9b94c7..38a0f87 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/hasura/eywa +module github.com/imperfect-fourth/eywa go 1.22.1