From 86a05d1c2daac2730f9628d549121f29ace448b6 Mon Sep 17 00:00:00 2001 From: Jerimiah Milton Date: Wed, 1 Apr 2015 14:26:26 -0500 Subject: [PATCH] Update README.md Typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1cc4ab75..1b78f7028 100644 --- a/README.md +++ b/README.md @@ -208,7 +208,7 @@ The following attributes are set: * idp_slo_target_url * id_cert_fingerpint -If are using saml:AttributeStatement to transfer metadata, like the user name, you can access all the attributes through response.attributes. It contains all the saml:AttributeStatement with its 'Name' as a indifferent key the one/more saml:AttributeValue as value. The value returned depends on the value of the +If you are using saml:AttributeStatement to transfer metadata, like the user name, you can access all the attributes through response.attributes. It contains all the saml:AttributeStatement with its 'Name' as a indifferent key the one/more saml:AttributeValue as value. The value returned depends on the value of the `single_value_compatibility` (when activate, only one value returned, the first one) ```ruby