Added a note to the "Browser" section of README.md.

This closes #769.
This commit is contained in:
corey 2017-03-27 23:44:14 -04:00 committed by Daniel Cousens
parent 771491bc5a
commit d89bd58346

View file

@ -82,6 +82,8 @@ Example:
uglifyjs ... --mangle --reserved 'Array,BigInteger,Boolean,ECPair,Function,Number,Point'
```
**NOTE**: If you expect this library to run on an iOS 10 device, ensure that you are using [buffer@5.0.5](https://www.npmjs.com/package/buffer) or greater.
### Flow
Definitions for [Flow typechecker](https://flowtype.org/) are available in flow-typed repository.