From 8928f4a57d2b8ec57298626ae599ce1172814921 Mon Sep 17 00:00:00 2001 From: Danilo Grieco <53854308+gridanjbf@users.noreply.github.com> Date: Wed, 29 May 2024 14:19:22 +0200 Subject: [PATCH] Update README.md Co-authored-by: Geremia Taglialatela --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f082101..b43623e 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ client = Sharepoint::Client.new({ ```rb client = Sharepoint::Client.new({ - authentication: "mtlm", + authentication: "ntlm", username: "username", password: "password", uri: "http://sharepoint_url"