Skip to content

Commit

Permalink
package version
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterlong committed Aug 4, 2018
1 parent 7b3f287 commit 3301f44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -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")
```
***
Expand Down

0 comments on commit 3301f44

Please sign in to comment.