diff --git a/README.md b/README.md
index c9d8e33..7d9a1a6 100644
--- a/README.md
+++ b/README.md
@@ -12,9 +12,9 @@ each line in the matrix, each containing three numbers.
A GraphicsConfiguration.xml that looks like this:
```xml
- 1, 0, 0
- 0, 1, 0
- 0, 0, 1
+ 1, 0, 0
+ 0, 1, 0
+ 0, 0, 1
```
Would need to be translated into this and passed to EliteMatrix:
@@ -43,4 +43,4 @@ matrix.filterColor([96, 66, 2]);
document.getElementById('elem').style.color = `rgb(${[255, 186, 227]})`;
```
-[ed-scout]: https://github.com/joncage/ed-scout/blob/master/EDScoutWebUI/HudColourAdjuster.py#L37
\ No newline at end of file
+[ed-scout]: https://github.com/joncage/ed-scout/blob/master/EDScoutWebUI/HudColourAdjuster.py#L37