From 87c13e965420e47671c3b1948a1728dc4275f148 Mon Sep 17 00:00:00 2001 From: Daniel Hutzel Date: Wed, 26 Mar 2025 07:42:49 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1332a845..0f24f788 100644 --- a/README.md +++ b/README.md @@ -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)