Skip to content

Commit 1cdd7a9

Browse files
committed
readme fix
1 parent 7af7833 commit 1cdd7a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ var key = new NodeRSA([key], [options]);
5353
**options** - additional settings
5454

5555
#### Options
56-
You can specify some options when key create (by second constructor argument) or over `key.setOptions()` method.
56+
You can specify some options by second constructor argument, or over `key.setOptions()` method.
5757

5858
* **environment** - working environment, `'browser'` or `'node'`. Default autodetect.
5959
* **encryptionScheme** - padding scheme for encrypt/decrypt. Can be `'pkcs1_oaep'` or `'pkcs1'`. Default `'pkcs1_oaep'`.

0 commit comments

Comments
 (0)