From 8beb2eb9493d7e282eca7614eec1d0f7345fe9c7 Mon Sep 17 00:00:00 2001 From: Wacton Date: Wed, 9 Feb 2022 09:47:46 +0000 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 307e4b19..0cd9803e 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ A `Unicolour` encapsulates a single colour and its representation across differe - CIE LAB Unicolour uses sRGB as the default RGB model and standard illuminant D65 (2° observer) as the default white point of the XYZ colour space. -These [can be overridden](#-advanced-configuration-) using the `Configuration` parameter. +These [can be overridden](#advanced-configuration-) using the `Configuration` parameter. This library was initially written for personal projects since existing libraries had complex APIs or missing features. The goal of this library is to be intuitive and easy to use; performance is not a priority.