We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7af7833 commit 1cdd7a9Copy full SHA for 1cdd7a9
README.md
@@ -53,7 +53,7 @@ var key = new NodeRSA([key], [options]);
53
**options** - additional settings
54
55
#### Options
56
-You can specify some options when key create (by second constructor argument) or over `key.setOptions()` method.
+You can specify some options by second constructor argument, or over `key.setOptions()` method.
57
58
* **environment** - working environment, `'browser'` or `'node'`. Default autodetect.
59
* **encryptionScheme** - padding scheme for encrypt/decrypt. Can be `'pkcs1_oaep'` or `'pkcs1'`. Default `'pkcs1_oaep'`.
0 commit comments