diff --git a/course/README.md b/course/README.md
index 7b8ca4c..4c967a5 100644
--- a/course/README.md
+++ b/course/README.md
@@ -31,12 +31,10 @@ In my many years working in the field, I have noticed a range of challenges and
## π― The solution
-This course provides a practical hands-on roadmap into the world of DevOps and sets you up with all the fundamentals required for success.
-
-You will create your own personal website during this course which you can use as a marketing tool for your career to demonstrate all your newly learnt skills
-
-During this course you will apply a wide range of DevOps principals and use modern technologies in a real world hands-on manner to create yourself a personal website.
-
+This course provides a practical hands-on roadmap into the world of DevOps, SRE and platform engineering.
+It will set you up with all the fundamentals required for successful future learning.
+During this course you will apply a wide range of DevOps principles and use modern technologies in a real world hands-on manner to create yourself a personal website.
+The personal website created throughout this course will become your marketing tool for your career to demonstrate all your newly obtained skills and abilities.
You will build the ultimate foundation and be equiped to make more informed discisions on what you want to focus on next in your career.
## π System Requirements
diff --git a/course/content/source-control/git/README.md b/course/content/source-control/git/README.md
index 9fae880..e6d3794 100644
--- a/course/content/source-control/git/README.md
+++ b/course/content/source-control/git/README.md
@@ -124,7 +124,7 @@ To add a file to our repository, we can simply create a new file.
Let's create a home page for our new website called `home.html`:
```
-touch home.html
+echo "" > home.html
```
Now GIT automatically detects changes and this file is actually not part of the repository yet.
diff --git a/course/course-diagram.svg b/course/course-diagram.svg
index 505e3c4..958b0b9 100644
--- a/course/course-diagram.svg
+++ b/course/course-diagram.svg
@@ -1,2 +1,2 @@
-
\ No newline at end of file
+
\ No newline at end of file