From 6aa4b2dad4ff84d75e94744acb3d56a4064052b9 Mon Sep 17 00:00:00 2001 From: mrholek Date: Sun, 26 Nov 2023 12:35:32 +0100 Subject: [PATCH] docs: update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a802c97c..85c93be9 100644 --- a/README.md +++ b/README.md @@ -81,14 +81,14 @@ $ yarn install ``` bash # dev server with hot reload at http://localhost:3000 -$ npm run serve +$ npm run dev ``` or ``` bash # dev server with hot reload at http://localhost:3000 -$ yarn serve +$ yarn dev ``` Navigate to [http://localhost:3000](http://localhost:3000). The app will automatically reload if you change any of the source files.