From 0d5f5e44324fea4176c1c90269c21f9d534017f6 Mon Sep 17 00:00:00 2001 From: Vadim Date: Mon, 20 Jul 2020 22:26:35 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")