Skip to content

Commit

Permalink
chore(readme): Update readme (#241)
Browse files Browse the repository at this point in the history
* chore(readme): Update readme
  • Loading branch information
Andrzej Sala authored Jun 12, 2019
1 parent c278a7b commit f5d214b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,15 +180,15 @@ Please see our examples above to learn more about customizing the picker for you

## Polyfills

If you target IE11 or iOS before 8.0 you will need to add a `Promise` and `Symbol` polyfill to your page or application.
If you target IE11 or iOS before 8.0 you will need to add additional polyfills to your page or application.

Polyfills we recommend:**

Module (for bundling):
* https://babeljs.io/docs/en/babel-polyfill

Script (for script tag):
* https://polyfill.io/v3/polyfill.min.js?features=Promise%2CSymbol
* https://polyfill.io/v3/polyfill.min.js?features=Promise%2CSymbol%2CSymbol.iterator%2CArray.from%2CObject.assign%2CNumber.isFinite

## Development

Expand Down

0 comments on commit f5d214b

Please sign in to comment.