From cc97ed5636e468d94a9769be88513f2c31d1f8bd Mon Sep 17 00:00:00 2001
From: Dan Abramov <dan.abramov@gmail.com>
Date: Sun, 25 Sep 2016 14:43:52 +0100
Subject: [PATCH] Add an extra section about updating to README

---
 README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.md b/README.md
index 6c967b902..334dd477e 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.
-- 
GitLab