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