From c77b6f6b86ec806f8188953f965ad67501bf0b25 Mon Sep 17 00:00:00 2001 From: Mauritz Uphoff Date: Mon, 26 Jan 2026 13:12:19 +0100 Subject: [PATCH] docs(readme): use go get instead go mod download --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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