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)