diff --git a/README.md b/README.md
index eee9d7da9ffb4bd00b8bded56b442f5ffd43e2d8..8cd74f24f8603399da2082eac058b89749a8b994 100644
--- a/README.md
+++ b/README.md
@@ -65,6 +65,7 @@ my-app/
   public/
     favicon.ico
     index.html
+    manifest.json
   src/
     App.css
     App.js
@@ -72,6 +73,7 @@ my-app/
     index.css
     index.js
     logo.svg
+    registerServiceWorker.js
 ```
 
 No configuration or complicated folder structures, just the files you need to build your app.<br>