diff --git a/subjects/git/README.md b/subjects/git/README.md index 86779c65a..6b7d34fda 100644 --- a/subjects/git/README.md +++ b/subjects/git/README.md @@ -151,7 +151,7 @@ This is the Hello World example from the git project. #### Conflicts, merging and rebasing - Merge `main` branch into `greeter` branch. -- Switch to `main` branch and make the changes above to `hello.rb` save and commit. +- Switch to `main` branch and make the changes below to `hello.rb` save and commit. ``` puts "What's your name" my_name = gets.strip