diff --git a/README.md b/README.md index 17c71c4..f53267b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ this repository contains two things: ## a command-line tool for decoding and encoding nostr entities -Install with `go install git.fiatjaf.com/nak`. +Install with `go install github.com/fiatjaf/nak`. ### examples diff --git a/go.mod b/go.mod index 3f6e8a8..a962bb3 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module git.fiatjaf.com/nak +module github.com/fiatjaf/nak go 1.20