Skip to content

Commit d3689e7

Browse files
committed
Fixed import path on ReadMe
1 parent e6b6144 commit d3689e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ your [Reloadly APIs credentials][api-credentials-help].
2222
**Go 1.15+** installed
2323

2424
#### Installation
25-
`$ go get -u github.com/Ghvstcode/reloadly`
25+
`$ go get -u github.com/reloadly/reloadly-sdk-golang`
2626
## Usage
2727
#### Authentication
2828
The Authentication module is implemented based on the [Authentication API Docs](https://developers.reloadly.com/#authentication-api). This module has a `GetAccessToken` function which is used to derive an accessToken. The access Token which should be used as a bearer token when making authenticated requests to the Reloadly API. **This module should be used only when you just need the access token, but do not intend to use this library for other interactions with Reloadly API**.

0 commit comments

Comments
 (0)