Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 36bd941

Browse files
committedApr 22, 2025··
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)
Please sign in to comment.