Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading