Skip to content
This repository has been archived by the owner on Dec 3, 2018. It is now read-only.

Commit

Permalink
Tweak readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fson authored Oct 4, 2016
1 parent 9abe3a3 commit f5c0279
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,7 @@ Open your `package.json` and add a `homepage` field:
**The above step is important!**<br>
Create React App uses the `homepage` field to determine the root URL in the built HTML file.
Now, whenever you run `npm run build`, you will see a cheat sheet with instructions on how to deploy to GitHub pages:
Now, whenever you run `npm run build`, you will see a cheat sheet with instructions on how to deploy to GitHub pages.
To publish it at [http://myusername.github.io/my-app](http://myusername.github.io/my-app), run:
Expand Down Expand Up @@ -941,7 +941,7 @@ With this setup Netlify will build and deploy when you push to git or open a pul
2. Pick your Git hosting service and select your repository
3. Click `Build your site`
**Support for client site routing:**
**Support for client-side routing:**
To support `pushState`, make sure to create a `public/_redirects` file with the following rewrite rules:
Expand Down

0 comments on commit f5c0279

Please sign in to comment.