From ca4599cd6f06f370494c6d56b5033f5c9f3b934d Mon Sep 17 00:00:00 2001 From: GibboK Date: Wed, 6 Jul 2016 08:33:59 +0200 Subject: [PATCH] Add installation instructions. Add installation instructions. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e8f6d9..3d03909 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ ColorPickerPalette is a React reusable color picker palette written in ES6. --- ### Great! So how do I use it? -- Add this dependecy in your package.json: `"dependencies": { "react-color-picker-palette": "^1.1.0" }`. +- Add this dependecy in your package.json: `"dependencies": { "react-color-picker-palette": "^1.1.0" }` and run `npm install`. - Add a reference to ColorPickerPalette.js in your React application: `import ColorPickerPalette from '.node_modules/react-color-picker-palette/ColorPickerPalette.jsx`. - Initiate the color picker in your `render()` function: ``.