Skip to content

Commit

Permalink
Update instructions to account for the addition of a new step
Browse files Browse the repository at this point in the history
  • Loading branch information
gitname committed Nov 28, 2022
1 parent a104dff commit 6ccbfb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ At this point, the React app is accessible to anyone who visits the `homepage` U
### 9. (Optional) Store the React app's _source code_ on GitHub
In the previous step, the `gh-pages` npm package pushed the distributable version of the React app to a branch named `gh-pages` in the GitHub repository. However, the _source code_ of the React app is not yet stored on GitHub.
In a previous step, the `gh-pages` npm package pushed the distributable version of the React app to a branch named `gh-pages` in the GitHub repository. However, the _source code_ of the React app is not yet stored on GitHub.
In this step, I'll show you how you can store the source code of the React app on GitHub.
Expand Down

0 comments on commit 6ccbfb7

Please sign in to comment.