Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rzcoder committed Nov 30, 2014
1 parent add0a81 commit d028184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ key.importKey(keyData, [format]);
key.exportKey([format]);
```

* 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.
* format — `{string}` — format id for export/import.

#### Format string syntax
Expand Down

0 comments on commit d028184

Please sign in to comment.