diff --git a/README.md b/README.md
index fc8434a6506d39d3546c9587fca541879885c834..222d4cb6c27abef669ea423da7b0fe87361e8072 100644
--- a/README.md
+++ b/README.md
@@ -51,7 +51,6 @@ 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
@@ -59,6 +58,7 @@ my-app/
     App.css
     App.js
     App.test.js
+    favicon.ico
     index.css
     index.js
     logo.svg
diff --git a/template/README.md b/template/README.md
index 46f2e991056a18be0a029a2fad79b0c237734fbe..085406077b58bf8771977ac3f736fe2b9c250043 100644
--- a/template/README.md
+++ b/template/README.md
@@ -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
@@ -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.