diff --git a/README.md b/README.md
index 433b47e..f560f9d 100644
--- a/README.md
+++ b/README.md
@@ -50,8 +50,8 @@ $ works!!
 ```
 
 ## Why?
-The main motivation for creating this tool was that in my work I like to have the Git branch I'm working on in `$branch`, but it's annoying to have to create it every time I restart or close the terminal I was working on.
-I could add it to `.bashrc` directly, but I would have to do it every time I have to work on a new branch and it wasn't comfortable.
+The main motivation for creating this tool was that in my work I like to have the Git branch I'm working on in `$branch`, but it's annoying to have to create it every time I restart or close the terminal I was working on.  
+I could add it to `.bashrc` directly, but I would have to do it every time I have to work on a new branch and it wasn't comfortable.  
 So now instead of having to type:
 ```Bash
 branch="super_useful_change"