From a83f793c74c394d902bf1aa68095f9419a89e15d Mon Sep 17 00:00:00 2001 From: Iquer_Dough <206500499+DennysSaenz123@users.noreply.github.com> Date: Mon, 7 Apr 2025 11:41:09 -0700 Subject: [PATCH] Changed numbers in steps of the 'Make a change' section --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0281855..fd996e6 100644 --- a/README.md +++ b/README.md @@ -48,9 +48,9 @@ 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). +2. Open the `README.md` file. Make any change to it (adding your name, writing a poem, fixing a typo you found, etc). > Note that the change you make will be public for anyone on the internet to see. -1. Save the changes. +3. Save the changes. # Add and commit changes