From d89bd583461a10554075d9a68e675318fe41359e Mon Sep 17 00:00:00 2001 From: corey Date: Mon, 27 Mar 2017 23:44:14 -0400 Subject: [PATCH] Added a note to the "Browser" section of README.md. This closes #769. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8c355d7..1ba33ca 100644 --- a/README.md +++ b/README.md @@ -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.