From 61450a614490c9620ead6c855912c171e52245d0 Mon Sep 17 00:00:00 2001 From: Dheeraj Verma <86231354+dheeraj7070@users.noreply.github.com> Date: Thu, 9 Nov 2023 20:58:56 +0530 Subject: [PATCH] Update README.md typo fixed --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c86022f..3b528f8 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,8 @@ project is divided in two folders 'client' and 'server' 2. open the folder in vs code 3. split the terminal in two parts 4. In first terminal type 'cd client' and type'npm install' and in second terminal type'cd server' and type 'npm install' -5.now type 'npm run dev' in both the terminals' -6.Now go to any browser and type 'localhost:5173' +5. now type 'npm run dev' in both the terminals' +6. Now go to any browser and type 'localhost:5173'