From d6e98fd5379ddfa8168d33969cb8b649d0939e54 Mon Sep 17 00:00:00 2001 From: Richard Littauer Date: Wed, 28 Nov 2018 08:47:50 -0500 Subject: [PATCH] Small spelling and style changes --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5485ad5..3118cfe 100644 --- a/README.md +++ b/README.md @@ -150,14 +150,15 @@ $ git clone [url] name-of-new-folder There are a few possible problems here: -If you cloned the wrong respistory simply delete the directory created after running `git clone` and clone the correct repository. +If you cloned the wrong repository, simply delete the directory created after running `git clone` and clone the correct repository. -If you set the wrong repository as the origin of an existing local repository, change the url of your origin by running: +If you set the wrong repository as the origin of an existing local repository, change the url of your origin by running: ```sh $ git remote set-url origin [url of the actual repo] ``` -For more see [this SO top](https://stackoverflow.com/questions/2432764/how-to-change-the-uri-url-for-a-remote-git-repository#2432799) + +For more, see [this StackOverflow topic](https://stackoverflow.com/questions/2432764/how-to-change-the-uri-url-for-a-remote-git-repository#2432799). ## Editing Commits