From df3b06fca5b57781c47a3c5c3535143120f3a9ae Mon Sep 17 00:00:00 2001 From: Shad <140224513+Shadyx6@users.noreply.github.com> Date: Thu, 10 Oct 2024 13:53:11 +0530 Subject: [PATCH 1/2] Fixed the command for cloning repo The Command line for cloning the repo should be blog_website. But it was blog-website. Please merge this and label gssoc on my PR --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10bc2fc..fc17273 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Before you begin, make sure you have the following prerequisites installed on yo Clone this repository to your local machine: ``` - git clone https://github.com/yourusername/blog-website.git + git clone https://github.com/yourusername/blog_website.git ``` 2. **Navigate to the Project Directory** From 1f3f25097c5e6daf7b7d0d49ed8555c8c1deada6 Mon Sep 17 00:00:00 2001 From: Shad <140224513+Shadyx6@users.noreply.github.com> Date: Thu, 10 Oct 2024 16:58:23 +0530 Subject: [PATCH 2/2] Fixed the cloning command and link I have fixed the previously yourusername with the actual repo's link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc17273..c98f3d7 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Before you begin, make sure you have the following prerequisites installed on yo Clone this repository to your local machine: ``` - git clone https://github.com/yourusername/blog_website.git + git clone https://github.com/Kritika30032002/Blog_Website.git ``` 2. **Navigate to the Project Directory**