diff --git a/README.md b/README.md
index ffa70b3847f..3054e7656e6 100644
--- a/README.md
+++ b/README.md
@@ -82,7 +82,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.
diff --git a/docusaurus/docs/getting-started.md b/docusaurus/docs/getting-started.md
index 1fcd24cf712..6d1a26d5c4f 100644
--- a/docusaurus/docs/getting-started.md
+++ b/docusaurus/docs/getting-started.md
@@ -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.