diff --git a/subjects/git/README.md b/subjects/git/README.md index e70fcbf8f..b705404ff 100644 --- a/subjects/git/README.md +++ b/subjects/git/README.md @@ -263,7 +263,7 @@ This is the Hello World example from the git project. echo "What's your name" read my_name -echo "Hello, $my_name!" +echo "Hello, $my_name" ``` - **Merging Main into Greet Branch (Conflict)**: