From 88aa0c71d86cca7db9e376f028c0763f702ab586 Mon Sep 17 00:00:00 2001 From: Vadim Peretokin Date: Sat, 1 Oct 2016 19:14:29 +1000 Subject: [PATCH] Fix typo (#810) --- 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 a7e14dabeed..32602379752 100644 --- a/packages/react-scripts/template/README.md +++ b/packages/react-scripts/template/README.md @@ -58,7 +58,7 @@ Create React App is divided into two packages: * `create-react-app` is a global command-line utility that you use to create new projects. * `react-scripts` is a development dependency in the generated projects (including this one). -You almost never need to update `create-react-app` itself: it’s delegates all the setup to `react-scripts`. +You almost never need to update `create-react-app` itself: it delegates all the setup to `react-scripts`. When you run `create-react-app`, it always creates the project with the latest version of `react-scripts` so you’ll get all the new features and improvements in newly created apps automatically.