diff --git a/frontend/README.md b/frontend/README.md
index 71f8a11b71ec29f3cb03ffabe1f1f6fb1341c55d..4f65423867dc6bd28f65855c4aaf7a710d27740a 100644
--- a/frontend/README.md
+++ b/frontend/README.md
@@ -3,7 +3,7 @@ docker run -d -v <<insert path to directory here>>envoy.yaml:/etc/envoy/envoy.ya
 NOTE you have to use complete path (sometimes it complains when using relative paths, no idea why)
 
 We have to run it with dapr so use:
-dapr run --port 5050 --app-id vuefrontend npm run serve
+dapr run --port 5051 --app-id vuefrontend npm run serve
 
 For some reason with vue it cant get the dapr.HTTP environment variable (even though it can with python) so add the port