Update README.md

This commit is contained in:
Vadim 2020-07-20 22:26:35 -04:00 committed by GitHub
parent a3410e5aec
commit 0d5f5e4432
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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")