From 351ee5414a49f90c9bd1d51a383d4d4b9719de6b Mon Sep 17 00:00:00 2001 From: ingrammicro-xvantage Date: Wed, 28 Feb 2024 05:23:42 +0000 Subject: [PATCH] Replace openapiclient with Ingrammicroresellerapi --- docs/AccesstokenAPI.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/AccesstokenAPI.md b/docs/AccesstokenAPI.md index 24b22ce..d4655bb 100644 --- a/docs/AccesstokenAPI.md +++ b/docs/AccesstokenAPI.md @@ -25,7 +25,7 @@ import ( "context" "fmt" "os" - openapiclient "github.com/GIT_USER_ID/GIT_REPO_ID" + xi_sdk_resellers "https://github.com/ingrammicro-xvantage/xi-sdk-resellers-go" ) func main() {