Skip to content

Commit bd2e9fd

Browse files
committed
updated readme
1 parent 578ea23 commit bd2e9fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ key.verify(buffer, signature, [source_encoding], [signature_encoding])
106106
Return result of check, _true_ or _false_.<br/>
107107
**buffer** - data for check, same as `encrypt` method.<br/>
108108
**signature** - signature for check, result of `sign` method.<br/>
109-
**source_encoding** - same as for`encrypt` method.<br/>
109+
**source_encoding** - same as for `encrypt` method.<br/>
110110
**signature_encoding** - encoding of given signature. May be 'buffer', 'binary', 'hex' or 'base64'. Default *'buffer'*.
111111

112112
## Contributing

0 commit comments

Comments
 (0)