From c763d62a8427aacb9baf279d5295490da4e5ff53 Mon Sep 17 00:00:00 2001 From: WHAHA-HA Date: Tue, 7 Jun 2022 00:49:12 -0600 Subject: [PATCH] Corrected typo instances of repo name --- CONTRIBUTING.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 985f34c..f008388 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,7 +3,7 @@ ## Before contributing Welcome to -[Daily Coding Problem Solutions](https://github.com/ruppysuppy/Daily-Coding-Challenge-Solutions)! +[Daily Coding Problem Solutions](https://github.com/ruppysuppy/Daily-Coding-Problem-Solutions)! Before sending your pull requests, make sure that you read the whole guidelines. ## Contributing @@ -34,23 +34,23 @@ Such pull requests will be closed immediately and labeled as `invalid`. 1. If you are a first-time contributor: - Go to - [https://github.com/ruppysuppy/Daily-Coding-Challenge-Solutions](https://github.com/ruppysuppy/Daily-Coding-Challenge-Solutions) + [https://github.com/ruppysuppy/Daily-Coding-Problem-Solutions](https://github.com/ruppysuppy/Daily-Coding-Problem-Solutions) and click the `fork` button to create your own copy of the project. - Clone the project to your local computer: ``` - git clone https://github.com//Daily-Coding-Challenge-Solutions.git + git clone https://github.com//Daily-Coding-Problem-Solutions.git ``` - Change the directory: ``` - cd Daily-Coding-Challenge-Solutions + cd Daily-Coding-Problem-Solutions ``` - Add the upstream repository: ``` - git remote add upstream https://github.com/ruppysuppy/Daily-Coding-Challenge-Solutions.git + git remote add upstream https://github.com/ruppysuppy/Daily-Coding-Problem-Solutions.git ``` - Now, git remote -v will show two remote repositories named: