From fc4f302a782a6ba6b6ae89fe68f7bbdcbd7d41ea Mon Sep 17 00:00:00 2001 From: Raja Babu Jamatia <142181211+Mr-Jamatia@users.noreply.github.com> Date: Sat, 9 Nov 2024 01:58:45 +0530 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Hi Admin, I noticed a small mistake in the README.md file under the section "Clone the Forked Repository" that could confuse new visitors or contributors. Even though it’s a small mistake, it can potentially lead to issues for beginners trying to clone the repository. The current description states: git clone git clone https://github.com//blockchain.git This includes an extra git clone command, which is incorrect. The correct command should be: git clone https://github.com//blockchain.git I have made this correction in my pull request. Please accept my pull request, and I hope this change will help others in cloning the repository without confusion. Thank you! --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c7ec13..b3cc903 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ This repository focuses on building and implementing cryptocurrency features lik 3. **Clone the Forked Repository**: - Clone your forked repository to your local machine using the following command (replace with your GitHub username): - ```terminal - git clone git clone https://github.com//blockchain.git + git clone https://github.com//blockchain.git ``` 4. **Make changes:**