From 8d737404251b7a9c30e291d8bd19143879614fa5 Mon Sep 17 00:00:00 2001 From: Martin Loetzsch Date: Tue, 19 Feb 2019 14:59:13 +0100 Subject: [PATCH] Remove backslashes from azure configuration example --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e80cc7e..ffa5951 100644 --- a/README.md +++ b/README.md @@ -105,8 +105,8 @@ Note: The user is checked against the group members list on initial authenticati 7. Configure the proxy with ``` - --provider=azure \ - --client-id= \ + --provider=azure + --client-id= --client-secret= ```