diff --git a/README.md b/README.md index eee9d7da9ff..8cd74f24f86 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.