summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e463f3b..8e7a43c 100644
--- a/README.md
+++ b/README.md
@@ -91,7 +91,7 @@ for vscode you need to add a ~./.vscode/launch.json file like this:
"request": "launch",
"port": 9003,
"pathMappings": {
- "/var/www/html": "${workspaceRoot}/html"
+ "/var/www/public": "${workspaceRoot}/public"
}
}
]