You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 26, 2019. It is now read-only.
* 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
Copy file name to clipboardExpand all lines: README.md
+4-1
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,9 @@
2
2
3
3
Create React apps with no build configuration.
4
4
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
+
5
8
## tl;dr
6
9
7
10
```sh
@@ -81,7 +84,7 @@ It correctly bundles React in production mode and optimizes the build for the be
81
84
The build is minified and the filenames include the hashes.<br>
82
85
Your app is ready to be deployed!
83
86
84
-
## How Do I…?
87
+
## User Guide
85
88
86
89
The generated project will include a guide in its README.<br>
87
90
You can also read its latest version [here](https://github.com/facebookincubator/create-react-app/blob/master/template/README.md).
0 commit comments