diff --git a/index.html b/index.html
index e62e1e54db4bd74408944d4e069e372dc7438d22..8d4916724d89f44e262509c2330df5fa67456045 100644
--- a/index.html
+++ b/index.html
@@ -332,15 +332,9 @@ Let's deconstruct that:
 
 Or in a table:
 
-| `CKDIV8` | 0 |
-| -------- | - |
-| `CKOUT`  | 1 |
-| `SUT1`   | 0 |
-| `SUT0`   | 1 |
-| `CKSEL3` | 1 |
-| `CKSEL2` | 1 |
-| `CKSEL1` | 1 |
-| `CKSEL0` | 0 |
+| Fuse | `CKDIV8` | `CKOUT` | `SUT1` | `SUT0` | `CKSEL3` | `CKSEL2` | `CKSEL1` | `CKSEL0` |
+| ---- | -------- | ------- | ------ | ------ | -------- | -------- | -------- | -------- |
+| Value | 0       | 1       | 0      | 1      | 1        | 1        | 1        | 0        |
 
 
 The last four bits are about the clock selection, and their default value `0010` stands for the 8MHz internal RC oscillator as source of the clock.