From 9bfc7e096a410174fdee2f6fd25788fd466b5de6 Mon Sep 17 00:00:00 2001 From: Nitish Khagwal Date: Wed, 11 Jul 2018 11:09:40 +0530 Subject: [PATCH] Updated Image Path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a10cad3..501a11b 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ You should have [`bower`](https://bower.io/#install-bower) package manager insta 4. All the gradients which appears in the browser are rendered from `scripts/coolhue.json` file. 5. You just need to update the `coolhue.json` Object (array) to create your very own gradient palette. Open `scripts/coolhue.json` in the text editor and add or update the hex codes to generate the gradient palettes. -[![cooHue JS Object](https://webkul.github.io/coolhue/images/coolhue-json.png.png)](https://github.com/webkul/coolhue/blob/master/scripts/coolhue.json) +[![cooHue JS Object](https://webkul.github.io/coolhue/images/coolhue-json.png)](https://github.com/webkul/coolhue/blob/master/scripts/coolhue.json) ## Including CoolHue in `npm` Workflow CoolHue is also available as a node module. You can read [How it works](https://www.npmjs.com/package/coolhue) with `npm` to get started. If you are already familiar; Installation command is mentioned just below -