diff --git a/README.md b/README.md index 4d5d761..f7d82eb 100644 --- a/README.md +++ b/README.md @@ -2,17 +2,13 @@ Mangadex API client in Golang. -## Chaching - -... - ## Usage ``` go import ( "log" - "code.fmartingr.dev/fmartingr/go-mangadex" + "github.com/fmartingr/go-mangadex" ) func main() { diff --git a/go.mod b/go.mod index 9686687..d4e24b1 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module code.fmartingr.dev/fmartingr/go-mangadex +module github.com/fmartingr/go-mangadex go 1.15