misc: fix reStructuredText syntax of README

This commit is contained in:
Frédéric Péters 2019-09-22 11:06:54 +02:00
parent b34e0de5dd
commit 11c2770bd1
1 changed files with 2 additions and 2 deletions

4
README
View File

@ -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.