From 3d8548661884b425d292b672bcd3565c6615f504 Mon Sep 17 00:00:00 2001 From: Avni Sharma Date: Tue, 7 Jan 2025 23:46:59 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ceff147..606434a 100644 --- a/README.md +++ b/README.md @@ -41,10 +41,10 @@ Follow the steps below to set up the project locally: #### Step 1: Clone the repository ```bash # Clone the MsCafe repository -git clone https://github.com/your-username/ms-cafe.git +git clone https://github.com/your-username/coffeeShop.git # Navigate into the project directory -cd ms-cafe +cd coffeeShop # Install the required npm packages npm install # Start the React development server