Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Leaseweb CI committed Dec 19, 2024
1 parent 5d6a8c9 commit 992cec7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Leaseweb Go SDK provides a golang client for Leaseweb's REST API.

## Installation
```bash
go get github.com/LeaseWeb/leaseweb-go-sdk/v3
go get github.com/LeaseWeb/leaseweb-go-sdk
```

## Generate your API Key
Expand All @@ -18,7 +18,7 @@ import (
"fmt"
"os"

openapiclient "github.com/leaseweb/leaseweb-go-sdk/v3/publiccloud"
openapiclient "github.com/leaseweb/leaseweb-go-sdk/publiccloud"
)

func main() {
Expand Down

0 comments on commit 992cec7

Please sign in to comment.