Skip to content

Commit 79485d7

Browse files
gaearonTimer
authored andcommitted
Update README.md
1 parent 9e88a8e commit 79485d7

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

packages/react-app-polyfill/README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,13 @@ Each polyfill ensures the following language features are present:
1818
First, install the package using Yarn or npm:
1919

2020
```bash
21-
$ npm install react-app-polyfill --save
22-
$ # or
23-
$ yarn add react-app-polyfill
21+
npm install react-app-polyfill
22+
```
23+
24+
or
25+
26+
```bash
27+
yarn add react-app-polyfill
2428
```
2529

2630
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.

0 commit comments

Comments
 (0)