Skip to content
This repository was archived by the owner on Jan 26, 2019. It is now read-only.

Commit 364392b

Browse files
fsongaearon
authored andcommittedAug 31, 2016
Add a more prominent link to the guide (#524)
* Add a more prominent link to the guide As a contributor, I know where to find the documentation/guide since know the codebase, but I've seen people miss the link to it in the README, because it's not very prominent. Let's try to make it more discoverable by including a link to it right on top of the page. * Make the wording of links more obvious * Rename the "How Do I...?" section to "User Guide" for consistency
1 parent a3f327a commit 364392b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
Create React apps with no build configuration.
44

5+
* [Getting Started](#getting-started) – How to create a new app.
6+
* [User Guide](https://github.com/facebookincubator/create-react-app/blob/master/template/README.md) – How to develop apps bootstrapped with Create React App.
7+
58
## tl;dr
69

710
```sh
@@ -81,7 +84,7 @@ It correctly bundles React in production mode and optimizes the build for the be
8184
The build is minified and the filenames include the hashes.<br>
8285
Your app is ready to be deployed!
8386

84-
## How Do I…?
87+
## User Guide
8588

8689
The generated project will include a guide in its README.<br>
8790
You can also read its latest version [here](https://github.com/facebookincubator/create-react-app/blob/master/template/README.md).

0 commit comments

Comments
 (0)