From 7cfeb163a3878113d699631d8e215de1dd1de39d Mon Sep 17 00:00:00 2001 From: Ayo Date: Sat, 21 Oct 2023 14:13:31 +0200 Subject: [PATCH] chore: update setting up in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6012e26..7622acf 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ npm i 3. run the dev server ``` -npm run dev +npm start ``` 4. open the browser to `https://localhost:3000` (or what the dev server said)