From da8dc1076482d36c18692cf34c9e3a7e8aa4c767 Mon Sep 17 00:00:00 2001 From: miguel Date: Thu, 21 Mar 2024 14:58:16 +0000 Subject: [PATCH] docs(git) update readme --- subjects/git/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)**: