Skip to content

Update file structure in README #664

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 17, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@ Inside that directory, it will generate the initial project structure and instal
my-app/
README.md
index.html
favicon.ico
node_modules/
package.json
.gitignore
src/
App.css
App.js
App.test.js
favicon.ico
index.css
index.js
logo.svg
Expand Down
4 changes: 2 additions & 2 deletions template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,13 @@ After creation, your project should look like this:
my-app/
README.md
index.html
favicon.ico
node_modules/
package.json
src/
App.css
App.js
App.test.js
favicon.ico
index.css
index.js
logo.svg
Expand All @@ -95,7 +95,7 @@ my-app/
For the project to build, **these files must exist with exact filenames**:

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

You can delete or rename the other files.
Expand Down