From bd388a89c5fc207415318f0c661235e541ff8684 Mon Sep 17 00:00:00 2001 From: Cole Date: Tue, 27 Nov 2018 23:01:22 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f37761..5485ad5 100644 --- a/README.md +++ b/README.md @@ -152,7 +152,7 @@ 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 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]