Skip to content

Commit

Permalink
Fixed import path on ReadMe
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghvstcode committed May 11, 2021
1 parent e6b6144 commit d3689e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ your [Reloadly APIs credentials][api-credentials-help].
**Go 1.15+** installed

#### Installation
`$ go get -u github.com/Ghvstcode/reloadly`
`$ go get -u github.com/reloadly/reloadly-sdk-golang`
## Usage
#### Authentication
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**.
Expand Down

0 comments on commit d3689e7

Please sign in to comment.