From d3689e757b2a6a3b142a2d73cb3c6b8f9d8e9fb2 Mon Sep 17 00:00:00 2001 From: Ghvstcode Date: Tue, 11 May 2021 11:52:55 +0100 Subject: [PATCH] Fixed import path on ReadMe --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd92d4d..b9619d3 100644 --- a/README.md +++ b/README.md @@ -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**.