diff --git a/readme.md b/readme.md index 7f1f546..00bb7a0 100644 --- a/readme.md +++ b/readme.md @@ -6,4 +6,14 @@ It contains over 100,000 colors from these color books: Color Bridge Coated/Unco ## Install -Install the `colorly` npm module - or just clone this repo and include it your own way. For more information on installing, check out the [Installation](https://github.com/jpederson/Colorly/wiki/Installation) page on the wiki. +#### NPM + +```shell +npm install colornerd +``` + +#### Yarn + +```shell +yarn install colornerd +```