diff --git a/README.md b/README.md index 1260da59c..74caf359a 100644 --- a/README.md +++ b/README.md @@ -20,13 +20,13 @@ Requires `Go 1.21` or higher. To download the `core` module: ``` -go mod download github.com/stackitcloud/stackit-sdk-go/core +go get github.com/stackitcloud/stackit-sdk-go/core ``` To download the `services/dns` module: ``` -go mod download github.com/stackitcloud/stackit-sdk-go/services/dns +go get github.com/stackitcloud/stackit-sdk-go/services/dns ``` ## Examples