From e92e5e70490213f9b1f5c1e61a792c5da8c5beb3 Mon Sep 17 00:00:00 2001 From: uglybrecke <206612742+uglybrecke@users.noreply.github.com> Date: Wed, 8 Apr 2026 11:40:26 -0700 Subject: [PATCH] added some addtional text to the section where we were asked to change something in the readme file, and then realized i had a typo so then i fixed the typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80fc888..db9735e 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Introduction to using git and GitHub. Will lead you through your first fork, clo code . ``` If this does not work, you can instead open VS Code, and click on File > Open Folder. Then find and select the `github-intro` folder. Either way, keep the terminal window open. We will return it it soon. -1. Open the `README.md` file. Make any change to it (adding your name, writing a poem, fixing a typo you found, etc). +1. Open the `README.md` file. Make any change to it (adding your name, writing a poem, fixing a typo you found, etc... or in this case adding some text here to demonstrate a change was made :) ) > Note that the change you make will be public for anyone on the internet to see. 1. Save the changes.