Skip to content

Commit bb514aa

Browse files
committed
README: add missing space
1 parent 79d2a82 commit bb514aa

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
@@ -77,7 +77,7 @@ You will then be able to load `foobar.js` into your browser, with each of the de
7777

7878
**NOTE**: See our package.json for the currently supported version of browserify used by this repository.
7979

80-
**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`.
80+
**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`.
8181
This is because of the function-name-duck-typing used in [typeforce](https://github.com/dcousens/typeforce).
8282

8383

0 commit comments

Comments
 (0)