diff --git a/README.md b/README.md index adf71b5..4a9733e 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ the client and the server, for our use we hardcoded a supported set of negotiati ## Sample Usage as NTLM Client ```go -import "github.com/ThomsonReutersEikon/go-ntlm/ntlm" +import "github.com/vadimi/go-ntlm/ntlm" session, err = ntlm.CreateClientSession(ntlm.Version2, ntlm.ConnectionlessMode) session.SetUserInfo("someuser","somepassword","somedomain")