docs(git) update readme

This commit is contained in:
miguel 2024-03-21 14:58:16 +00:00 committed by MSilva95
parent a10884becc
commit da8dc10764
1 changed files with 1 additions and 1 deletions

View File

@ -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)**: