Skip to content

Commit cab27b2

Browse files
authored
Merge pull request #37 from vflyson/patch-1
Update README.md
2 parents ca8583e + b64809b commit cab27b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ calculation, avoiding setImmediate.
6767
* `p` — parallelization parameter (default is 1)
6868
* `dkLen` — derived key length (default is 32)
6969
* `interruptStep` — (optional) the amount of loop cycles to execute before the next setImmediate/setTimeout (defaults to 0)
70-
* `encoding` — (optional) result encoding `'base64'` or `'hex'` (result with be a `string`), `'binary'` (result will be a `Uint8Array`) or undefined (result will be an `Array` of bytes).
70+
* `encoding` — (optional) result encoding `'base64'` or `'hex'` (result will be a `string`), `'binary'` (result will be a `Uint8Array`) or undefined (result will be an `Array` of bytes).
7171

7272
#### Example:
7373

0 commit comments

Comments
 (0)