Skip to content

Commit 4ca6ca7

Browse files
committed
lint
1 parent 3636ac1 commit 4ca6ca7

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -123,12 +123,10 @@ The certificate that will be used to check the signature will first be determine
123123
Example:
124124

125125
```javascript
126-
new SignedXml(
127-
{
128-
publicCert: client_public_pem,
129-
getCertFromKeyInfo: () => null
130-
}
131-
);
126+
new SignedXml({
127+
publicCert: client_public_pem,
128+
getCertFromKeyInfo: () => null,
129+
});
132130
```
133131

134132
You can use any dom parser you want in your code (or none, depending on your usage). This sample uses [xmldom](https://github.com/xmldom/xmldom), so you should install it first:

0 commit comments

Comments
 (0)