Skip to content

Commit 3d6e8a3

Browse files
committed
fix syntax highlight
1 parent 40ee918 commit 3d6e8a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ but it can be done as follows:
406406
* Validate the Signature, providing the cert.
407407
* Provide the XML to the parse method if the signature was validated
408408
409-
```
409+
```ruby
410410
require "xml_security"
411411
require "onelogin/ruby-saml/utils"
412412
require "onelogin/ruby-saml/idp_metadata_parser"
@@ -440,7 +440,7 @@ if valid
440440
else
441441
print "Metadata Signarture failed to be verified with the cert provided"
442442
end
443-
443+
```
444444
445445
## Retrieving Attributes
446446

0 commit comments

Comments
 (0)