From b3b7b3f14ff0bf6354d21bd63bc73c24deb59808 Mon Sep 17 00:00:00 2001 From: Josh Johnson Date: Thu, 28 Nov 2019 18:52:45 +0000 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d6c62f4..77e0b02 100644 --- a/README.md +++ b/README.md @@ -1050,7 +1050,7 @@ example.setChoiceByValue('Two'); // Choice with value of 'Two' has now been sele ## Browser compatibility -Choices is compiled using [Babel](https://babeljs.io/) targeting browsers [with more that 1% of global usage](https://github.com/jshjohnson/Choices/blob/master/.browserslistrc) and expecting that features [listed below](https://github.com/jshjohnson/Choices/blob/master/.eslintrc.json#L62) are available or polyfilled in browser. +Choices is compiled using [Babel](https://babeljs.io/) targeting browsers [with more than 1% of global usage](https://github.com/jshjohnson/Choices/blob/master/.browserslistrc) and expecting that features [listed below](https://github.com/jshjohnson/Choices/blob/master/.eslintrc.json#L62) are available or polyfilled in browser. You may see exact list of target browsers by running `npx browserslist` withing this repository folder. If you need to support a browser that does not have one of the features listed below, I suggest including a polyfill from the very good [polyfill.io](https://polyfill.io/v3/):