diff --git a/README.md b/README.md
index d3d7f8d..a9c8c3b 100644
--- a/README.md
+++ b/README.md
@@ -60,7 +60,7 @@ register(spaceDefiniton)
* [x] [LCHuv](http://en.wikipedia.org/wiki/CIELUV#Cylindrical_representation)
* [x] [HSLuv](http://www.hsluv.org/)
* [x] [HPLuv](http://www.hsluv.org/)
-* [x] [LABHunter](http://en.wikipedia.org/wiki/Lab_color_space#Hunter_Lab)
+* [x] [LABH](http://en.wikipedia.org/wiki/Lab_color_space#Hunter_Lab)
* [x] [YUV](https://en.wikipedia.org/?title=YUV)
* [x] [YIQ](https://en.wikipedia.org/?title=YIQ)
* [x] [YCgCo](https://en.wikipedia.org/wiki/YCgCo)
@@ -72,6 +72,7 @@ register(spaceDefiniton)
* [x] [XvYCC](https://en.wikipedia.org/wiki/XvYCC)
* [x] [UCS](https://en.wikipedia.org/wiki/CIE_1960_color_space)
* [x] [UVW](https://en.wikipedia.org/wiki/CIE_1964_color_space)
+* [x] [OKLAB](https://bottosson.github.io/posts/oklab/)
* [ ] [Munsell](https://en.wikipedia.org/wiki/Munsell_color_system)
* [ ] [NCS](https://en.wikipedia.org/wiki/Natural_Color_System)
* [ ] [PMS](https://en.wikipedia.org/wiki/Pantone)
@@ -102,20 +103,20 @@ register(spaceDefiniton)
## Purpose
-The project aims to create collection of color spaces with consistent minimal API.
-While [colorjs.io](https://colorjs.io/docs/procedural) has focus on digital color-spaces, this initiative takes broader perspective, including lesser-known historical spaces.
-A side effect of the project is ensuring the validity of conversion formulas, introducing necessary corrections.
+The project aims to create collection of color spaces with consistent correct API.
+While [colorjs.io](https://colorjs.io/docs/procedural) has focus on digital color spaces, this initiative takes broader perspective, including lesser-known historical spaces.
+A side effect of the project is ensuring the validity of conversion formulas, introducing necessary corrections.
## Credits
Thanks to all who contribute color science, from researchers, scientists and color theorists to specifiers, implementors, developers and of course users.
+## Similar
+
+[culori](https://github.com/Evercoder/culori), [colorjs.io](https://colorjs.io/docs/procedural), [color-api](https://github.com/LeaVerou/color-api), [texel/color](https://github.com/texel-org/color?tab=readme-ov-file),
+