From 3301f44d45459fa5c17845a66a4da647da046593 Mon Sep 17 00:00:00 2001 From: Hunter Long Date: Sat, 4 Aug 2018 00:23:55 -0700 Subject: [PATCH] package version --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 32a780e..de96ef0 100644 --- a/README.md +++ b/README.md @@ -39,14 +39,14 @@ subscriptions := customerInfo.Subscriptions() # Usage * Import package ``` -go get github.com/hunterlong/authorizecim +go get gopkg.in/hunterlong/authorizecim.v1 ``` ```go -import "github.com/hunterlong/authorizecim" +import "gopkg.in/hunterlong/authorizecim.v1" ``` ###### Or Shorten the Package Name ```go -import auth "github.com/hunterlong/authorizecim" +import auth "gopkg.in/hunterlong/authorizecim.v1" // auth.SetAPIInfo(apiName,apiKey,"test") ``` ***