From 407d343a90e3763462266d6c0c51f8401edf54a1 Mon Sep 17 00:00:00 2001 From: Mudasir Murtaza <109586296+mudasirmurtaza@users.noreply.github.com> Date: Thu, 3 Oct 2024 06:34:02 +0500 Subject: [PATCH] Correct Username in git clone Command (Issue #33) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10f7803..7d94f01 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ To set up SereniFi on your local machine, follow these steps: 1. **Clone the Repository** ```bash - git clone https://github.com/your-username/serenity-guide.git + git clone https://github.com/Amna-Hassan04//serenity-guide.git ``` 2. **Navigate to the Project Directory**