Fix README XML spacing.
This commit is contained in:
parent
7f18e0818f
commit
ce0b9acae4
1 changed files with 4 additions and 4 deletions
|
@ -12,9 +12,9 @@ each line in the matrix, each containing three numbers.
|
|||
|
||||
A GraphicsConfiguration.xml that looks like this:
|
||||
```xml
|
||||
<MatrixRed> 1, 0, 0 </MatrixRed>
|
||||
<MatrixGreen> 0, 1, 0 </MatrixGreen>
|
||||
<MatrixBlue> 0, 0, 1 </MatrixBlue>
|
||||
<MatrixRed> 1, 0, 0 </MatrixRed>
|
||||
<MatrixGreen> 0, 1, 0 </MatrixGreen>
|
||||
<MatrixBlue> 0, 0, 1 </MatrixBlue>
|
||||
```
|
||||
|
||||
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
|
||||
[ed-scout]: https://github.com/joncage/ed-scout/blob/master/EDScoutWebUI/HudColourAdjuster.py#L37
|
||||
|
|
Loading…
Reference in a new issue