From bb514aa97cf74a2c47450900aa7ae13b13ed3970 Mon Sep 17 00:00:00 2001 From: Daniel Cousens Date: Fri, 10 Apr 2015 10:46:59 +1000 Subject: [PATCH] README: add missing space --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d3baab9..386146e 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ You will then be able to load `foobar.js` into your browser, with each of the de **NOTE**: See our package.json for the currently supported version of browserify used by this repository. -**NOTE**: When uglifying the javascript, you must exclude the following variable names from being mangled: `Array`, `BigInteger`,`Boolean`, `Buffer`, `ECPair`, `Function`, `Number`, `Point` and `Script`. +**NOTE**: When uglifying the javascript, you must exclude the following variable names from being mangled: `Array`, `BigInteger`, `Boolean`, `Buffer`, `ECPair`, `Function`, `Number`, `Point` and `Script`. This is because of the function-name-duck-typing used in [typeforce](https://github.com/dcousens/typeforce).