From 3084365cf78545817b97114ac9187db194961957 Mon Sep 17 00:00:00 2001 From: Selim <151084170+clydewilmoth@users.noreply.github.com> Date: Sat, 28 Dec 2024 18:59:13 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 121e5a1..766c359 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # CONNECT4 -Build in React within Vite. +Built in React within Vite. -## How to execute dev server +## How to host local live server -> Make sure node is installed. +> Make sure Node is installed. Run `npm install` and `npm run dev`.