Index: README.md
===================================================================
--- README.md	(revision ab10343778b8c64c2eab4036117134a5cf9720e6)
+++ README.md	(revision b4adb9da09ae4b5d2060d97877aa6e15f3fd142d)
@@ -47,64 +47,70 @@
    
    Example `default.json`:
-   ```json
-   { "title": "Default",
+;;;
+{
+  "title": "Default",
   "blocks": [
-      {"type": "Phase",
-       "title": "MorningHuddle",
-       "initial_ticks": 900
-      },
-      {"type": "Sequence",
-       "title": "AM",
-       "sequence": [
-	   {
-	       "title": "Tasking",
-	       "initial_ticks": 120
-	   },
-	   {
-	       "title": "Working",
-	       "initial_ticks": 5400
-	   },
-	   {
-	       "title": "Syncing",
-	       "initial_ticks": 300
-	   },
-	   {
-	       "title": "Break",
-	       "initial_ticks": 600
-	   }
-       ],
-       "initial_repetitions": 2
-      },
-      {"type": "Phase",
-       "title": "Lunch",
-       "initial_ticks": 2700
-      },
-      {"type": "Sequence",
-       "title": "PM",
-       "sequence": [
-	   {
-	       "title": "Tasking",
-	       "initial_ticks": 120
-	   },
-	   {
-	       "title": "Working",
-	       "initial_ticks": 5400
-	   },
-	   {
-	       "title": "Syncing",
-	       "initial_ticks": 600
-	   },
-	   {
-	       "title": "Break",
-	       "initial_ticks": 600
-	   }
-       ],
-       "initial_repetitions": 2
-      }
+    {
+      "type": "Phase",
+      "title": "MorningHuddle",
+      "initial_ticks": 900
+    },
+    {
+      "type": "Sequence",
+      "title": "AM",
+      "sequence": [
+        {
+          "title": "Tasking",
+          "initial_ticks": 120
+        },
+        {
+          "title": "Working",
+          "initial_ticks": 5400
+        },
+        {
+          "title": "Syncing",
+          "initial_ticks": 300
+        },
+        {
+          "title": "Break",
+          "initial_ticks": 600
+        }
+      ],
+      "initial_repetitions": 2
+    },
+    {
+      "type": "Phase",
+      "title": "Lunch",
+      "initial_ticks": 2700
+    },
+    {
+      "type": "Sequence",
+      "title": "PM",
+      "sequence": [
+        {
+          "title": "Tasking",
+          "initial_ticks": 120
+        },
+        {
+          "title": "Working",
+          "initial_ticks": 5400
+        },
+        {
+          "title": "Syncing",
+          "initial_ticks": 600
+        },
+        {
+          "title": "Break",
+          "initial_ticks": 600
+        }
+      ],
+      "initial_repetitions": 2
+    }
   ]
 }
-   ```
+;;;
+```
 
-   This configuration represents a standard Pomodoro cycle: three work sessions of 25 minutes each, separated by 5-minute short breaks, and followed by a 15-minute long break.
+This configuration represents a standard Pomodoro cycle: three work sessions of 25 minutes each, separated by 5-minute short breaks, and followed by a 15-minute long break.
 
 2. **Run Flowtimer:**
