From 9e88a8e5740b422d2e12e7533b47b302f0554e7b Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Mon, 1 Oct 2018 20:03:27 +0100 Subject: [PATCH] Update README.md --- packages/react-scripts/template/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-scripts/template/README.md b/packages/react-scripts/template/README.md index c92f8a31..a93af837 100644 --- a/packages/react-scripts/template/README.md +++ b/packages/react-scripts/template/README.md @@ -223,7 +223,7 @@ While we recommend using experimental proposals with some caution, Facebook heav Note that **this project includes no [polyfills](https://github.com/facebook/create-react-app/blob/next/packages/react-app-polyfill/README.md)** by default. -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. +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. ## Syntax Highlighting in the Editor