Skip to content

Commit 9fcc09f

Browse files
Fix typo in v107 documentation (#1724)
ntml -> ntlm
1 parent 28480da commit 9fcc09f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/v107/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ The `Utf8` serializer package is deprecated as the package is not being updated.
9797
For XML requests and responses RestSharp uses `DotNetXmlSerializer` and `DotNetXmlDeserializer`.
9898
Previously used default `XmlSerializer`, `XmlDeserializer`, and `XmlAttrobuteDeserializer` are moved to a separate package `RestSharp.Serializers.Xml`.
9999

100-
### NTML authentication
100+
### NTLM authentication
101101

102-
The `NtmlAuthenticator` is deprecated.
102+
The `NtlmAuthenticator` is deprecated.
103103

104104
NTLM authenticator was doing nothing more than telling `WebRequest` to use certain credentials. Now with RestSharp, the preferred way would be to set the `Credentials` or `UseDefaultCredentials` property in `RestClientOptions`.
105105

0 commit comments

Comments
 (0)