Skip to content

Commit 65b1a4a

Browse files
committed
Update README.md
1 parent 544d5d2 commit 65b1a4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ key.importKey(keyData, [format]);
118118
key.exportKey([format]);
119119
```
120120

121-
* keyData — `{string|buffer}` — key in PEM string **or** Buffer contains PEM string **or** Buffer contains DER encoded data.
121+
* keyData — `{string|buffer}` — key in PEM string **or** Buffer containing PEM string **or** Buffer contains DER encoded data.
122122
* format — `{string}` — format id for export/import.
123123

124124
#### Format string syntax
@@ -258,7 +258,7 @@ Questions, comments, bug reports, and pull requests are all welcome.
258258
* Added long message support
259259

260260

261-
## License for NodeRSA.js
261+
## License
262262

263263
Copyright (c) 2014 rzcoder<br/>
264264
All Rights Reserved.

0 commit comments

Comments
 (0)