From 94441ee63bc55390f670483b965d01bbe712a961 Mon Sep 17 00:00:00 2001 From: Manal Arora <42407286+manalarora@users.noreply.github.com> Date: Wed, 12 Apr 2023 14:37:50 +0530 Subject: [PATCH] correcting the clone command in contributing.md (#927) * correcting the clone command in contributing.md * removing extra newlines added in previous commit removing extra newlines added in previous commit --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 09a604eb..0529cbd9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,7 +6,7 @@ To contribute to this GitHub project, you can follow these steps: 2. Clone the repository to your local machine using the following command: ``` -git clone https://github.com/Torantulino/Auto-GPT +git clone https://github.com//Auto-GPT ``` 3. Create a new branch for your changes using the following command: