From 39fd076808096e9572af6a2c2161e33b6ec43e86 Mon Sep 17 00:00:00 2001 From: Nayan Sawyer <33187059+GShadow5@users.noreply.github.com> Date: Thu, 31 Mar 2022 14:51:15 -0400 Subject: [PATCH] typo update --- readme.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/readme.md b/readme.md index c9299a3..2e4d8e3 100644 --- a/readme.md +++ b/readme.md @@ -21,7 +21,6 @@ This program is fairly straight forward to use, however it does not sanitize the The first RGB group on line 1 of the csv of the sample data set will be compared to the first RGB group on line 1 of the csv of the reference data set. - {0} - There is only one page - {} In the RGBtoLab() function, the variable names in the XYZ to Lab section match the +In the RGBtoLab() function, the variable names in the XYZ to Lab section match the variable names used on http://brucelindbloom.com/index.html?Eqn_RGB_XYZ_Matrix.html to make the code implementation more legible.