diff --git a/packages/react-date-picker/README.md b/packages/react-date-picker/README.md index 6f115b7a..059cbda0 100644 --- a/packages/react-date-picker/README.md +++ b/packages/react-date-picker/README.md @@ -45,10 +45,6 @@ Your project needs to use React 16.3 or later. If you use an older version of Re [React-Calendar](https://github.com/wojtekmaj/react-calendar), on which React-Date-Picker relies heavily, uses modern web technologies. That's why it's so fast, lightweight and easy to style. This, however, comes at a cost of [supporting only modern browsers](https://caniuse.com/#feat=internationalization). -#### Legacy browsers - -If you need to support legacy browsers like Internet Explorer 10, you will need to use [Intl.js](https://github.com/andyearnshaw/Intl.js/) or another Intl polyfill along with React-Date-Picker. - ### Installation Add React-Date-Picker to your project by executing `npm install react-date-picker` or `yarn add react-date-picker`.