From b7a72c38db6d97fec82f7898b0650810f7dc48c3 Mon Sep 17 00:00:00 2001 From: Yash patil <149749700+PATILYASHH@users.noreply.github.com> Date: Sat, 10 Aug 2024 22:12:39 +0530 Subject: [PATCH] Update contributing.md --- contributing.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/contributing.md b/contributing.md index 42ffc97..10e4d4e 100644 --- a/contributing.md +++ b/contributing.md @@ -50,11 +50,11 @@ First Fork the repository Clone the repository. ```console -git clone https://github.com//github-error-solve.git +git clone https://github.com//DevToolsArena.git ``` - Navigate to folder ```console -cd github-error-solve +cd DevToolsArena ``` - Install node dependencies ```console @@ -72,7 +72,7 @@ git checkout -b ``` - Add upstream command ```console -git remote add upstream https://github.com/devvsakib/github-error-solve.git +git remote add upstream https://github.com/devvsakib/DevToolsArena.git ``` - Stage your changes @@ -117,4 +117,4 @@ nothing to commit, working tree clean - Click on that button, this will load a new page, comparing the local branch in your forked repository against the main branch. Click the green `Create Pull Request` button. **Troubleshoot** -Facing problem starting the server or any other problem? Please let us know by raising an Issue \ No newline at end of file +Facing problem starting the server or any other problem? Please let us know by raising an Issue