From 6d5a76c666b5ae155ea957c39dfbdd9856dbc017 Mon Sep 17 00:00:00 2001 From: k-kumar-01 Date: Tue, 3 Oct 2023 19:10:44 +0530 Subject: [PATCH] docs: fix start server command Signed-off-by: k-kumar-01 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 497a2bc11..ffa0501f2 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,9 @@ For help with installing dependencies look into 3. Start the server (uses localhost:3000) - `bash yarn start ` + ```bash + yarn start + ``` 4. Explore your local copy at `http://localhost:3000`