Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix a typo
  • Loading branch information
Vincent Flyson committed Aug 10, 2017
1 parent ca8583e commit b64809b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -67,7 +67,7 @@ calculation, avoiding setImmediate.
* `p` — parallelization parameter (default is 1)
* `dkLen` — derived key length (default is 32)
* `interruptStep` — (optional) the amount of loop cycles to execute before the next setImmediate/setTimeout (defaults to 0)
* `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).
* `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).

#### Example:

Expand Down

0 comments on commit b64809b

Please sign in to comment.