Fix README XML spacing.

This commit is contained in:
punkfairie 2023-05-14 12:54:03 -07:00 committed by GitHub
parent 7f18e0818f
commit ce0b9acae4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,9 +12,9 @@ each line in the matrix, each containing three numbers.
A GraphicsConfiguration.xml that looks like this: A GraphicsConfiguration.xml that looks like this:
```xml ```xml
<MatrixRed> 1, 0, 0 </MatrixRed> <MatrixRed> 1, 0, 0 </MatrixRed>
<MatrixGreen> 0, 1, 0 </MatrixGreen> <MatrixGreen> 0, 1, 0 </MatrixGreen>
<MatrixBlue> 0, 0, 1 </MatrixBlue> <MatrixBlue> 0, 0, 1 </MatrixBlue>
``` ```
Would need to be translated into this and passed to EliteMatrix: 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]})`; document.getElementById('elem').style.color = `rgb(${[255, 186, 227]})`;
``` ```
[ed-scout]: https://github.com/joncage/ed-scout/blob/master/EDScoutWebUI/HudColourAdjuster.py#L37 [ed-scout]: https://github.com/joncage/ed-scout/blob/master/EDScoutWebUI/HudColourAdjuster.py#L37