From 8f2c1240af01e212399479d003418781916a6d2d Mon Sep 17 00:00:00 2001 From: Avinash Kumar Date: Sun, 11 Jan 2026 02:53:34 +0530 Subject: [PATCH] Fix incorrect repository name in contributing guide --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0848d20..01194aa 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,7 +10,7 @@ Thank you for considering contributing to Code Space! Follow the steps below to 2. **Clone the Repository:** Clone your forked repository to your local machine: ```bash - git clone https://github.com//Code-Sync.git + git clone https://github.com//codespace.git ``` ## Making Changes