diff --git a/packages/react-app-polyfill/README.md b/packages/react-app-polyfill/README.md index 32c207ad..3243ad7b 100644 --- a/packages/react-app-polyfill/README.md +++ b/packages/react-app-polyfill/README.md @@ -18,9 +18,13 @@ Each polyfill ensures the following language features are present: First, install the package using Yarn or npm: ```bash -$ npm install react-app-polyfill --save -$ # or -$ yarn add react-app-polyfill +npm install react-app-polyfill +``` + +or + +```bash +yarn add react-app-polyfill ``` Now, you can import the entry point for the minimal version you intend to support. For example, if you import the IE9 entry point, this will include IE10 and IE11 support.