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: