Skip to content

Commit 36bd941

Browse files
committed
Update README
1 parent 0817e46 commit 36bd941

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
@@ -287,7 +287,8 @@ To verify xml documents:
287287

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

292293
## Customizing Algorithms
293294

0 commit comments

Comments
 (0)