diff --git a/README.md b/README.md
index 6a8449213313d9b2b41a4b183b8323ad53364ecd..fa2d28fcba1bbe021761268050c34ab108fd30f8 100644
--- a/README.md
+++ b/README.md
@@ -58,7 +58,7 @@ different classes:
 
 # Quick start guide
 
-## I have now Idea how to start, show me
+## I have now idea how to start, show me
 
 To get you started, there is a working example Project on the example branch that has
 loads of tips. Check it out
@@ -67,7 +67,7 @@ locally using `git checkout example`.
 
 ## Recommended software
 
-As a Tex-Distribution, [MiKTeX is recommended](https://miktex.org/), TexLive should also
+As a tex-distribution, [MiKTeX is recommended](https://miktex.org/), TexLive should also
 work, but I don't use it much. You will also need `perl` to run `latexmk` and other
 useful tools. To edit the `.tex` files, you could use any text editor, but I personally
 like [Visual Studio Code](https://code.visualstudio.com/) the most, which can also be
@@ -115,7 +115,7 @@ git commit --all -m "initalise for [Project]"
 git push
 ```
 
-> **Note** giving you Project name as the default branch name is optional, and you could
+> **Note** giving your `[Project]` name as the default branch name is optional, and you could
 > keep the default name of `master`, but as the template also has a `master` branch it is
 > less confusing if you choose a different name.