Skip to content

Commit fdffc76

Browse files
committed
fix example
1 parent 88448ca commit fdffc76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dialer := &net.Dialer{
1717
}
1818

1919
// wrap dial context with NTLM
20-
ntlmDialContext := newNTLMProxyDialContext(dialer, proxyURL, "user", "password", "domain", nil)
20+
ntlmDialContext := ntlm.NewNTLMProxyDialContext(dialer, proxyURL, "user", "password", "domain", nil)
2121

2222
// create a http(s) client
2323
client := &http.Client{

0 commit comments

Comments
 (0)