Skip to content

Commit

Permalink
Clarify statement about app name vs. repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
gitname authored Jun 13, 2017
1 parent b945fdb commit 0fc7ebc
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 @@ -52,7 +52,7 @@ The remainder of this document contains a tutorial on creating a React app (usin
```
* This is the app you will deploy to GitHub Pages in step 7.
* I opted to give the app the same name as my GitHub repository (i.e. `react-gh-pages`). However, you can name them differently from one another.
* I opted to give the app the same name as my GitHub repository (i.e. `react-gh-pages`). However, you can name them differently from one another (e.g. you can name your app `app-123` and your GitHub Repository `repo-456`).
* This will create a new folder named `react-gh-pages` (or whatever you named your app) on your computer.
3. **Install the `gh-pages` package as a "dev-dependency" of the app.** (1 minute)
Expand Down

0 comments on commit 0fc7ebc

Please sign in to comment.