From 82c7b5ed71a2ab294a0ef3a36dbaa16615de5bed Mon Sep 17 00:00:00 2001 From: Abhishek SAINI Date: Wed, 25 Oct 2023 21:00:09 +0200 Subject: [PATCH] feat: readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b4b617..5198ea0 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ npm run install:packages - After installing the dependencies, you can go to the package.json file and click on the play button next to the 'dev' script under the scripts object. - Alternatively, in the terminal, you can execute the following command: -- + ``` npm run dev ```