From 066cf428e1724a00b827e8f1fa33d6657609e416 Mon Sep 17 00:00:00 2001 From: Cole Date: Tue, 27 Nov 2018 22:56:06 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4495054..1ce6f70 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ For clarity's sake all examples in this document use a customized bash prompt in - [Repositories](#repositories) - [I want to start a local repository](#i-want-to-start-a-local-repository) - [I want to clone a remote repository](#i-want-to-clone-a-remote-repository) - - [I set the wrong remote repository.](#i-set-the-wrong-remote-repository) + - [I set the wrong remote repository](#i-set-the-wrong-remote-repository) - [Editing Commits](#editing-commits) - [What did I just commit?](#what-did-i-just-commit) - [I wrote the wrong thing in a commit message](#i-wrote-the-wrong-thing-in-a-commit-message) @@ -146,7 +146,7 @@ To clone it into a folder with a different name than the default repository name $ git clone [url] name-of-new-folder ``` -### I set the wrong remote repository. +### I set the wrong remote repository There are a few possible problems here: