diff --git a/README.md b/README.md
index 06aba995c84fa9c685b583739b1ed699ae56774c..c2666531a65334da18d7b97fced6fd1a301616a7 100644
--- a/README.md
+++ b/README.md
@@ -178,17 +178,17 @@ This is straight forward:
 
    - **Fail** – If the appliance cannot be done automatically (due to merge conflicts), the merge request will contain no commits and it will contain message that appliance of the commit cannot be done. You will need to:
      1. Update your local repository (since new branch was created on the remote).
-     ```
-     git fetch
-     ```
+        ```
+        git fetch
+        ```
      2. Switch to the created branch (the name can be seen in the MR – `COPY-<commit-hash>`)
-     ```
-     git switch COPY-<commit-hash>
-     ```
+        ```
+        git switch COPY-<commit-hash>
+        ```
      3. Try to apply the commit yourself
-     ```
-     git cherry-pick <commit-hash>
-     ```
+        ```
+        git cherry-pick <commit-hash>
+        ```
      4. This should end with error:
         ```
         CONFLICT: Merge conflict