Commit 364392b9 authored by Ville Immonen's avatar Ville Immonen Committed by Dan Abramov
Browse files

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
parent a3f327ac
Showing with 4 additions and 1 deletion
+4 -1
...@@ -2,6 +2,9 @@ ...@@ -2,6 +2,9 @@
Create React apps with no build configuration. Create React apps with no build configuration.
* [Getting Started](#getting-started) – How to create a new app.
* [User Guide](https://github.com/facebookincubator/create-react-app/blob/master/template/README.md) – How to develop apps bootstrapped with Create React App.
## tl;dr ## tl;dr
```sh ```sh
...@@ -81,7 +84,7 @@ It correctly bundles React in production mode and optimizes the build for the be ...@@ -81,7 +84,7 @@ It correctly bundles React in production mode and optimizes the build for the be
The build is minified and the filenames include the hashes.<br> The build is minified and the filenames include the hashes.<br>
Your app is ready to be deployed! Your app is ready to be deployed!
## How Do I…? ## User Guide
The generated project will include a guide in its README.<br> The generated project will include a guide in its README.<br>
You can also read its latest version [here](https://github.com/facebookincubator/create-react-app/blob/master/template/README.md). You can also read its latest version [here](https://github.com/facebookincubator/create-react-app/blob/master/template/README.md).
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment