Browse Source

readme update

Jonathan Turner 8 years ago
parent
commit
8d5ff72cfe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -7,7 +7,7 @@ go get gopkg.in/jcmturner/gokrb5.v1
 ```
 ```
 To import this package, add the following line to your code:
 To import this package, add the following line to your code:
 ```go
 ```go
-import "gopkg.in/jcmturner/gokrb5.v1"
+import "gopkg.in/jcmturner/gokrb5.v1/<sub package>"
 
 
 ```
 ```