Skip to content

Commit 310ab8a

Browse files
sstructgaearon
authored andcommitted
Update file structure in README (#664)
1 parent fc3ab46 commit 310ab8a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@ Inside that directory, it will generate the initial project structure and instal
5151
my-app/
5252
README.md
5353
index.html
54-
favicon.ico
5554
node_modules/
5655
package.json
5756
.gitignore
5857
src/
5958
App.css
6059
App.js
6160
App.test.js
61+
favicon.ico
6262
index.css
6363
index.js
6464
logo.svg

template/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,13 @@ After creation, your project should look like this:
8080
my-app/
8181
README.md
8282
index.html
83-
favicon.ico
8483
node_modules/
8584
package.json
8685
src/
8786
App.css
8887
App.js
8988
App.test.js
89+
favicon.ico
9090
index.css
9191
index.js
9292
logo.svg
@@ -95,7 +95,7 @@ my-app/
9595
For the project to build, **these files must exist with exact filenames**:
9696

9797
* `index.html` is the page template;
98-
* `favicon.ico` is the icon you see in the browser tab;
98+
* `src/favicon.ico` is the icon you see in the browser tab;
9999
* `src/index.js` is the JavaScript entry point.
100100

101101
You can delete or rename the other files.

0 commit comments

Comments
 (0)