diff --git a/README.md b/README.md
index c1b35fa77507482a6bce12a213969f991a7a344d..3206b5ec95f8e6235a0f784b12c6bc503514d33a 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # Git pre-commit hooks
 
- [![pipeline status](https://git.shore.co.il/nimrod/git-pre-commit/badges/master/pipeline.svg)](https://git.shore.co.il/nimrod/git-pre-commit/-/commits/master)
+[![pipeline status](https://git.shore.co.il/nimrod/git-pre-commit/badges/master/pipeline.svg)](https://git.shore.co.il/nimrod/git-pre-commit/-/commits/master)
 
 [Pre-commit](http://pre-commit.com/) Git related hooks.
 
@@ -11,12 +11,14 @@
 
 Add the following to your project's `.pre-commit-config.yaml`:
 
-    -    repo: https://git.shore.co.il/nimrod/git-pre-commit.git
-         sha: v0.1.1
-         hooks:
-         - id: merge-conflict
-           args: ['production'] # In case the branch to check against is NOT master.
-           always_run: True
+```
+-    repo: https://git.shore.co.il/nimrod/git-pre-commit.git
+     sha: v0.1.1
+     hooks:
+     - id: merge-conflict
+       args: ['production'] # In case the branch to check against is NOT master.
+       always_run: True
+```
 
 ## License
 
@@ -25,6 +27,6 @@ This software is licensed under the MIT license (see the `LICENSE.txt` file).
 ## Author information
 
 Nimrod Adar, [contact me](mailto:nimrod@shore.co.il) or visit my
-[website](https://www.shore.co.il/). Patches are welcome via [git
-send-email](http://git-scm.com/book/en/v2/Git-Commands-Email). The repository is
-located at <https://git.shore.co.il/explore>.
+[website](https://www.shore.co.il/). Patches are welcome via
+[`git send-email`](http://git-scm.com/book/en/v2/Git-Commands-Email). The repository
+is located at: <https://git.shore.co.il/expore/>.