From 1795b2c9b2b8ef74f0db97d4b04ebbe7214f28ac Mon Sep 17 00:00:00 2001 From: Mohit Agarwal Date: Tue, 16 Jun 2026 12:13:07 +0530 Subject: [PATCH] docs: correct directory navigation path after git clone --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9488f8e..6acc2cf 100644 --- a/README.md +++ b/README.md @@ -106,8 +106,9 @@ A modern, full-stack Q&A platform built with React, Node.js, and MongoDB. StackI 1. **Clone the repository** ```bash - git clone https://github.com/Ashmita1206/StackIt.git - cd stackit-qa-platform + # FIX: Adjusted directory name to match the default git clone output + git clone [https://github.com/Ashmita1206/StackIt.git](https://github.com/Ashmita1206/StackIt.git) + cd StackIt ``` 2. **Install dependencies**