diff --git a/README.md b/README.md index d086ee6..4fed159 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Full documentation is available on godoc at https://pkg.go.dev/github.com/omc/bo ## Installation ```shell -go get github.com/omc/bonsai-api-go/bonsai +go get github.com/omc/bonsai-api-go/bonsai/v2 ``` ## Example @@ -37,7 +37,7 @@ import ( "log" "os" - "github.com/omc/bonsai-api-go/bonsai" + "github.com/omc/bonsai-api-go/bonsai/v2" ) func main() {