From 6291fb45c2e42f5a32fbf866decc8b21ceb225d3 Mon Sep 17 00:00:00 2001 From: Gourav NSS Date: Fri, 3 Oct 2025 14:00:04 +0530 Subject: [PATCH 1/2] readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fe3bda45..fea02b8f 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ flowchart LR 2. **Navigate to the project directory:** ```bash - cd recodehive-website + cd recode-website ``` 3. **Prerequesites** @@ -131,7 +131,7 @@ recode-website/ | ├── Google-Student-Ambassador/ | ├── ... ├── src/ 🔹Source Code -| └── compenents/ +| └── components/ | ├── css/ | └── custom.css | ├── data/ From fed6f58c51d4c03997a9346cf461fc547ddc5cec Mon Sep 17 00:00:00 2001 From: Gourav NSS Date: Fri, 3 Oct 2025 14:03:12 +0530 Subject: [PATCH 2/2] Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fea02b8f..75e572ca 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ This lets you see code changes instantly at [http://localhost:3000](http://local ### 🏃 Quick Start ```bash -git clone https://github.com/your-username/recodehive-website.git +git clone https://github.com/your-username/recode-website.git cd recodehive-website docker-compose up ```