Update README.md

Fix typos.
This commit is contained in:
Ludovic Rousseau 2024-03-08 23:46:41 +01:00 committed by GitHub
commit 37d5f35eda
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -513,7 +513,7 @@ The color for light separators.
The color starting the gradient of the line of the middle section. The color starting the gradient of the line of the middle section.
Default is white. Default is white.
Valus being linearly interpolated up to `DOTMATRIX_COLOR_LINE_END`, Values being linearly interpolated up to `DOTMATRIX_COLOR_LINE_END`,
it is recommended to stick to aligned ANSI values (i.e. greys) it is recommended to stick to aligned ANSI values (i.e. greys)
@ -522,7 +522,7 @@ it is recommended to stick to aligned ANSI values (i.e. greys)
The color ending the gradient of the line of the middle section. The color ending the gradient of the line of the middle section.
Default is black. Default is black.
Valus being linearly interpolated from `DOTMATRIX_COLOR_LINE_START`, Values being linearly interpolated from `DOTMATRIX_COLOR_LINE_START`,
it is recommended to stick to aligned ANSI values (i.e. greys). it is recommended to stick to aligned ANSI values (i.e. greys).