Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon authored and Timer committed Oct 1, 2018
1 parent 9e88a8e commit 79485d7
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions packages/react-app-polyfill/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 79485d7

Please sign in to comment.