From 37d5f35eda18be371654a1bf6e5b73a0b58628c8 Mon Sep 17 00:00:00 2001 From: Ludovic Rousseau Date: Fri, 8 Mar 2024 23:46:41 +0100 Subject: [PATCH] Update README.md Fix typos. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b9b0dee..6214e1f 100644 --- a/README.md +++ b/README.md @@ -513,7 +513,7 @@ The color for light separators. The color starting the gradient of the line of the middle section. 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) @@ -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. 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).