diff --git a/packages/color-namer/README.md b/packages/color-namer/README.md index 25dcae2b..50074956 100644 --- a/packages/color-namer/README.md +++ b/packages/color-namer/README.md @@ -6,6 +6,8 @@ It uses the color centers from Heer-Stone and the color names from the XKCD colo ## Installation +You can install it with + ```bash npm install color-buddy-color-namer ``` diff --git a/packages/palette-lint/README.md b/packages/palette-lint/README.md index 03516529..a2eead41 100644 --- a/packages/palette-lint/README.md +++ b/packages/palette-lint/README.md @@ -4,6 +4,14 @@ Have you ever looked closely at a color palette and wondered if it was a good pa It is design solely for use with the color-buddy-palette package and programmatically. There is not a CLI interface, but it can be used through the color-buddy GUI. +## Installation + +You can install it with + +```bash +npm install color-buddy-palette-lint +``` + ## Contents This library contains the following functions: diff --git a/packages/palette/README.md b/packages/palette/README.md index 45d35a50..f300361c 100644 --- a/packages/palette/README.md +++ b/packages/palette/README.md @@ -2,6 +2,14 @@ This package is a collection of tools for working with color palettes. It is built on top of the [Color](https://colorjs.io) library. Palette lint's usage is centered around Color library, that, in turn wraps the extremely powerful [colorjs.io](https://colorjs.io/). +## Installation + +You can install it with + +```bash +npm install color-buddy-palette +``` + ## Contents This library contains the following functions: