Browse Source

README: add missing space

hk-custom-address
Daniel Cousens 10 years ago
parent
commit
bb514aa97c
  1. 2
      README.md

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

Loading…
Cancel
Save