Skip to content

Commit b72f0d3

Browse files
committed
Update README
1 parent 434298d commit b72f0d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,8 @@ To verify xml documents:
291291

292292
- `loadSignature(signatureXml)` - loads the signature where:
293293
- `signatureXml` - a string or node object (like an [xmldom](https://github.com/xmldom/xmldom) node) containing the xml representation of the signature
294-
- `checkSignature(xml)` - validates the given xml document and returns `true` if the validation was successful
294+
- `checkSignature(xml)` - validates the given xml document and returns `true` if the validation was successful where:
295+
- `xml` - a string or node object (like an [xmldom](https://github.com/xmldom/xmldom) node) containing the xml representation of the document
295296

296297
## Customizing Algorithms
297298

0 commit comments

Comments
 (0)