diff --git a/get-started/hello-world.md b/get-started/hello-world.md index d41997246..4cea07d04 100644 --- a/get-started/hello-world.md +++ b/get-started/hello-world.md @@ -146,7 +146,8 @@ cds watch
```sh -mvn com.sap.cds:cds-maven-plugin:watch +cd srv +mvn cds:watch ```