Browse Source

readme fix for go get

Jonathan Turner 7 years ago
parent
commit
3c6960d2ba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -12,7 +12,7 @@ gokrb5 may work with other versions of Go but they are not tested.
 ### Go Get
 ### Go Get
 To get the package, execute:
 To get the package, execute:
 ```
 ```
-go get -d gopkg.in/jcmturner/gokrb5.v6/...
+go get -d gopkg.in/jcmturner/gokrb5.v7/...
 ```
 ```
 To import this package, add the following line to your code:
 To import this package, add the following line to your code:
 ```go
 ```go