From 11c2770bd130f30c8185e0651f5965ae54d7275d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 22 Sep 2019 11:06:54 +0200 Subject: [PATCH] misc: fix reStructuredText syntax of README --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 4dc1e27..f82a52b 100644 --- a/README +++ b/README @@ -286,7 +286,7 @@ Each dictionnary is a rule for linking, applying all the rules should only return one user, the boolean operator OR is applied between the rules. So for example if you received a SAML attribute named `email` and you want to -link user with the same email you would configured it like that: +link user with the same email you would configured it like that:: MELLON_LOOKUP_BY_ATTRIBUTES = [ { @@ -306,7 +306,7 @@ When using METADATA_URL to reference a metadata file, it's the duration in secondes between refresh of the metadata file. Default is 3600 seconds, 1 hour. METTON_METADATA_HTTP_TIMEOUT ---------------------------- +---------------------------- Timeout in seconds for HTTP call made to retrieve metadata files. Default is 10 seconds.