diff --git a/README.md b/README.md index 6c967b9028c817fa5fb18098fb9914078087b624..334dd477e85dcc200bba8fd24a1f93f657bba2b8 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,10 @@ The [User Guide](https://github.com/facebookincubator/create-react-app/blob/mast A copy of the user guide will be created as `README.md` in your project folder. +## How to Update to New Versions? + +Please refer to the [User Guide](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#updating-to-new-releases) for this and other information. + ## Philosophy * **One Dependency:** There is just one build dependency. It uses Webpack, Babel, ESLint, and other amazing projects, but provides a cohesive curated experience on top of them.