Update README.md

This commit is contained in:
Daniel Hutzel
2025-03-26 07:42:49 +01:00
committed by GitHub
parent 59a3a639c4
commit 87c13e9654

View File

@@ -30,7 +30,7 @@ cd cap/samples
In the samples folder run:
```sh
npm ci
npm install
```
### Run
@@ -38,7 +38,7 @@ npm ci
With that you're ready to run the samples, for example:
```sh
cds watch bookshop
npm run bookshop
```
> After that open this link in your browser: [http://localhost:4004](http://localhost:4004)