From b64809b7490fab6d258247b286ab0165695ff329 Mon Sep 17 00:00:00 2001 From: Vincent Flyson Date: Thu, 10 Aug 2017 18:30:14 -0400 Subject: [PATCH] Update README.md Fix a typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a1e87b..ec0be0b 100644 --- a/README.md +++ b/README.md @@ -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: