From bc6df6b2b10789818f902022c21434e54f7cb421 Mon Sep 17 00:00:00 2001 From: James Hatton Date: Wed, 13 Oct 2021 21:13:26 +0100 Subject: [PATCH] Typo, changed feature2 to feature3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ff4d02..a9b4d5e 100644 --- a/README.md +++ b/README.md @@ -659,7 +659,7 @@ $ git branch -d feature2 ### git merge (commits in both master and branch) -Create another new branch `feature2` and add a new commit. +Create another new branch `feature3` and add a new commit. ```bash $ git checkout -b feature3