Update path to serviceWorker.js in docs (#5371)

This commit is contained in:
Jon Clark
2018-10-09 15:57:53 -04:00
committed by Ian Sutherland
parent f80d27ba5b
commit 04735de777
2 changed files with 2 additions and 2 deletions

View File

@@ -78,7 +78,7 @@ my-app
├── index.css
├── index.js
├── logo.svg
└── registerServiceWorker.js
└── serviceWorker.js
```
No configuration or complicated folder structures, just the files you need to build your app.<br>