Skip to content

Commit 9e88a8e

Browse files
authored
Update README.md
1 parent 22d6f42 commit 9e88a8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-scripts/template/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ While we recommend using experimental proposals with some caution, Facebook heav
223223

224224
Note that **this project includes no [polyfills](https://github.com/facebook/create-react-app/blob/next/packages/react-app-polyfill/README.md)** by default.
225225

226-
If you use any other ES6+ features that need **runtime support** (such as `Array.from()` or `Symbol`), make sure you are including the appropriate polyfills manually, or that the browsers you are targeting already support them.
226+
If you use any other ES6+ features that need **runtime support** (such as `Array.from()` or `Symbol`), make sure you are [including the appropriate polyfills manually](https://github.com/facebook/create-react-app/blob/next/packages/react-app-polyfill/README.md), or that the browsers you are targeting already support them.
227227

228228
## Syntax Highlighting in the Editor
229229

0 commit comments

Comments
 (0)