diff --git a/README.md b/README.md index 99c30f2..5b8f4ca 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ import ( "fmt" "os" - "github.com/m3o/m3o-go/client" + "go.m3o.com/client" ) type Request struct { @@ -86,7 +86,7 @@ package main import ( "fmt" - "github.com/m3o/m3o-go/client" + "go.m3o.com/client" ) type Request struct {