diff --git a/README.md b/README.md index 83f1d24..b077bcf 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Golang Color Package -Provides several types for representing linear RGB and OkLab colours, compatible with the standard [color package](https://pkg.go.dev/color). +Provides several types for representing linear RGB and OkLab colours, compatible with the standard [color package](https://pkg.go.dev/image/color). The types in this package use float64 components and are definitely overkill - you don't need 192 or 256 bit colour. Probably.