From 3991a1af98baaee193d7c72c6ea55ca0e74e3b54 Mon Sep 17 00:00:00 2001 From: Ching Tong Date: Mon, 19 Sep 2022 22:28:19 -0400 Subject: [PATCH] Adding a note about the folder that currently exists --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 62ce359..58ab534 100644 --- a/README.md +++ b/README.md @@ -183,6 +183,8 @@ Starting with Person 4 and going backwards, you will now repeat the steps we jus 6. Merge your request. 7. Repeat until all group members have contributed to your repo. + >Note: If you want to see an example of what I did, you can look in the `favorite-animals` folder and the `.py` file with my first and last name. + # And We've finished the Tutorial! Pat yourself on the back, you're well on your way to mastering git. If you have spare time, consider trying to manage a merge conflict, rebasing your pull request instead of merging, or reverting a commit.