From acca8cc2a39d7e5a35328d8f58044c02d20b3630 Mon Sep 17 00:00:00 2001 From: Anil Gupta Date: Sun, 4 Oct 2020 11:08:07 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c4cf222..e86533b 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ if err !=nil { ### Validate and Parse Logout Request ``` //This validate the AuthnRequest and set parsed value in the idp instance, -//that used in Generating the SAML Logout Response with InResponseTo property +//that is used in Generating the SAML Logout Response with InResponseTo property //Get Querystring and Payload values from request with url.Value{} type validationError := idp.ValidateLogoutRequest(method"POST",query url.Values,payload url.Values); @@ -122,7 +122,7 @@ xml, xmlerr := idp.MetaDataResponse() Please see [examples](examples) for how to use the library to be an identity provider. ## Contributing -Would love any contributions you, having including better documentation, tests, or more robust functionality. Please follow the [contributing guide](CONTRIBUTING.md) +Would love any contribution by you, including better documentation, tests or more robust functionality. Please follow the [contributing guide](CONTRIBUTING.md) ## License [MIT](LICENSE) \ No newline at end of file