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:
|
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:
|
||||||
|
|
Loading…
Reference in a new issue