From ce0b9acae491c3ab1f1399b1e9d7f9ba6fed8f1e Mon Sep 17 00:00:00 2001 From: punkfairie Date: Sun, 14 May 2023 12:54:03 -0700 Subject: [PATCH] Fix README XML spacing. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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