From e8f01ee1f37301c53c8cc7216b9fb10ddf7a04d7 Mon Sep 17 00:00:00 2001
From: Anthony <anthony.geourjon@tetras-libre.fr>
Date: Mon, 27 May 2024 11:15:03 +0000
Subject: [PATCH] Update README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index c90205e..bbb9b74 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ To set up SSO with dolibarr you need folow this insctruction :
 
 1. Create user with the same username in dolibarr and keycloak
 2. Generate the dolibarr variable with `dolibarr_variables.py`. If you don't know where to find the information requested by the script, see Prerequisites
-3. Put generated variable in dolibarr > Setup > Other Setup
+3. Put generated variables in Dolibarr > Setup > Other Setup
 4. Configure the authentication methods in conf.php (dolibarr_src/htdocs/conf/conf.php) and add openid_connect. `$dolibarr_main_authentication='openid_connect'`
 5. 
   - In dev : choose username matching : `preferred_username` 
-- 
GitLab