Skip to content

Commit

Permalink
Fix typo (#810)
Browse files Browse the repository at this point in the history
  • Loading branch information
vadi2 authored and fson committed Oct 1, 2016
1 parent 909d938 commit 88aa0c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-scripts/template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 88aa0c7

Please sign in to comment.