From 6ccbfb7176ca0eb8acf6770d4360f00050d7f415 Mon Sep 17 00:00:00 2001 From: gitname Date: Sun, 27 Nov 2022 16:35:13 -0800 Subject: [PATCH] Update instructions to account for the addition of a new step --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 90d10c7f..42d30bbf 100644 --- a/README.md +++ b/README.md @@ -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.