From bef503e752af9d5ac4fc5f19753a83cf97318dba Mon Sep 17 00:00:00 2001 From: Jesse Palmer Date: Mon, 22 May 2017 23:00:30 -0700 Subject: [PATCH] Add missing files to README (#2334) * add missing files * Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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.