Skip to content

Commit

Permalink
Merge pull request RobotsAndPencils#20 from anilswm/bg_fixed-readme-t…
Browse files Browse the repository at this point in the history
…ypos

Update README.md
  • Loading branch information
mayankagwl committed Oct 4, 2020
2 parents 227f64b + acca8cc commit fb84fc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -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)

0 comments on commit fb84fc4

Please sign in to comment.