From 3e5a259afda0c571a00fe6fc071e9f3f5f0f4cce Mon Sep 17 00:00:00 2001 From: Stefan Momm Date: Mon, 15 May 2023 10:29:03 +0200 Subject: [PATCH] Update README.md --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 6203d73..7aa56dc 100644 --- a/README.md +++ b/README.md @@ -155,16 +155,10 @@ Install dependencies: npm install ``` -Prepare the demo: +Run the demo: ```console -npm run demo -``` - -Run the server: - -```console -npm run serve +npm run start ``` Open your browser and go to [http://localhost:3000/](http://localhost:3000/)