From be1076b17c1b6784737b459ea603067db07a3cbf Mon Sep 17 00:00:00 2001 From: Kartik <120504065+K2976@users.noreply.github.com> Date: Sat, 25 Oct 2025 18:20:46 +0530 Subject: [PATCH] Update git clone URL in CONTRIBUTING.md previously it was asking for username while cloning the repo locally because the link contains "your_username" instead it should consist of the repo owner name which is "maitri-vv" I have fixed the clone URL now! --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a9df15c..4d03b24 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ 1. **Clone the repository** ```bash - git clone https://github.com/your-username/3D-Blockstack.git + git clone https://github.com/maitri-vv/3D-Blockstack.git cd 3D-Blockstack ```