From b9f9620207e0d7b7ccff1ff197171c5df6ad7cf9 Mon Sep 17 00:00:00 2001 From: Daniel Cousens Date: Fri, 10 Apr 2015 10:36:04 +1000 Subject: [PATCH] README: s/BitInteger/BigInteger, fix formatting --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 07cef0c..317b03a 100644 --- a/README.md +++ b/README.md @@ -77,8 +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. -`['Buffer', 'BitInteger', 'Point', 'Script', 'ECPubKey', 'ECKey']` +**NOTE**: When uglifying the javascript, you must exclude the following variable names from being mangled: `Buffer`, `BigInteger`, `Point`, `Script`, `ECPubKey` and `ECKey`. This is because of the function-name-duck-typing used in [typeforce](https://github.com/dcousens/typeforce).