Skip to content

Commit 38a1f27

Browse files
authored
Tweak readme
1 parent feb6036 commit 38a1f27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/react-scripts/template/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -885,7 +885,7 @@ Open your `package.json` and add a `homepage` field:
885885
**The above step is important!**<br>
886886
Create React App uses the `homepage` field to determine the root URL in the built HTML file.
887887
888-
Now, whenever you run `npm run build`, you will see a cheat sheet with instructions on how to deploy to GitHub pages:
888+
Now, whenever you run `npm run build`, you will see a cheat sheet with instructions on how to deploy to GitHub pages.
889889
890890
To publish it at [http://myusername.github.io/my-app](http://myusername.github.io/my-app), run:
891891
@@ -941,7 +941,7 @@ With this setup Netlify will build and deploy when you push to git or open a pul
941941
2. Pick your Git hosting service and select your repository
942942
3. Click `Build your site`
943943
944-
**Support for client site routing:**
944+
**Support for client-side routing:**
945945
946946
To support `pushState`, make sure to create a `public/_redirects` file with the following rewrite rules:
947947

0 commit comments

Comments
 (0)