From fa6da6219a1a352278d53026a67c1408a93ec06d Mon Sep 17 00:00:00 2001
From: Dan Abramov <dan.abramov@gmail.com>
Date: Fri, 19 Oct 2018 20:05:20 -0400
Subject: [PATCH] Update README.md

---
 packages/react-scripts/template/README.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/packages/react-scripts/template/README.md b/packages/react-scripts/template/README.md
index 47a18fc11..3ad2f2015 100644
--- a/packages/react-scripts/template/README.md
+++ b/packages/react-scripts/template/README.md
@@ -2,9 +2,11 @@ This project was bootstrapped with [Create React App](https://github.com/faceboo
 
 Below you will find some information on how to perform common tasks.
 
-**To learn more about what your app can do, refer to the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).**
+## Documentation
 
-**To learn React, check out [React documentation](https://reactjs.org/).**
+You can learn more about how to work with this project in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
+
+To learn React, check out [React documentation](https://reactjs.org/).
 
 ## Available Scripts
 
-- 
GitLab