Skip to content

Commit

Permalink
Merge pull request #65 from LeaseWeb/majidkarimizadeh-patch-1
Browse files Browse the repository at this point in the history
Update Readme.md
  • Loading branch information
majidkarimizadeh authored Oct 14, 2022
2 parents bf7e5b1 + 61effec commit bacee36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ This package provides a golang client for Leaseweb's REST API.
### Installation

```bash
go get github.com/majidkarimizadeh/leaseweb-go-sdk
go get github.com/LeaseWeb/leaseweb-go-sdk
```

### Generate your API Key
You can generate your API key at the [Customer Portal](https://secure.leaseweb.com/)

### Authenticate and make first call
```golang
import LSW "github.com/majidkarimizadeh/leaseweb-go-sdk"
import LSW "github.com/LeaseWeb/leaseweb-go-sdk"

func main() {
LSW.InitLeasewebClient("api key here")
Expand All @@ -25,5 +25,5 @@ func main() {
```

### Documentation
The full documentation for Leaseweb go SDK is available in the [wiki](https://github.com/majidkarimizadeh/leaseweb-go-sdk/wiki).
The full documentation for Leaseweb go SDK is available in the [wiki](https://github.com/LeaseWeb/leaseweb-go-sdk/wiki).

0 comments on commit bacee36

Please sign in to comment.