diff --git a/README.md b/README.md index b01d9e8..bc3bb13 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,8 @@ fj can un-flatten too, which is useful to get a subset of JSON: Alternatively, if you have Go compiler: ``` -❯ go install github.com/pitr/fj@latest # OR -❯ go get -u github.com/pitr/fj # legacy way +❯ go install pitr.ca/fj@latest # OR +❯ go get -u pitr.ca/fj # legacy way ``` ## Usage diff --git a/go.mod b/go.mod index d0053ff..bf55651 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/pitr/fj +module pitr.ca/fj go 1.16