We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent add0a81 commit d028184Copy full SHA for d028184
README.md
@@ -118,7 +118,7 @@ key.importKey(keyData, [format]);
118
key.exportKey([format]);
119
```
120
121
-* keyData — `{string|buffer}` — key in PEM string **or** Buffer containing PEM string **or** Buffer contains DER encoded data.
+* keyData — `{string|buffer}` — key in PEM string **or** Buffer containing PEM string **or** Buffer containing DER encoded data.
122
* format — `{string}` — format id for export/import.
123
124
#### Format string syntax
0 commit comments