Procházet zdrojové kódy

readme fix for go get

Jonathan Turner před 7 roky
rodič
revize
3c6960d2ba
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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