diff --git a/packages/react-scripts/template/README.md b/packages/react-scripts/template/README.md
index 1f4f59b4e477bcc8d28a1dfcfeb5eb8303726f0e..e290b93562579e8c86fcbfdc144fc9f7faa68939 100644
--- a/packages/react-scripts/template/README.md
+++ b/packages/react-scripts/template/README.md
@@ -269,7 +269,7 @@ Then add the block below to your `launch.json` file and put it inside the `.vsco
     "request": "launch",
     "url": "http://localhost:3000",
     "webRoot": "${workspaceRoot}/src",
-    "userDataDir": "${workspaceRoot}/.chrome",
+    "userDataDir": "${workspaceRoot}/.vscode/chrome",
     "sourceMapPathOverrides": {
       "webpack:///src/*": "${webRoot}/*"
     }