Unverified Commit 79485d7d authored by Dan Abramov's avatar Dan Abramov Committed by Joe Haddad
Browse files

Update README.md

parent 9e88a8e5
Showing with 7 additions and 3 deletions
+7 -3
......@@ -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.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment