From 87a9d527f1a55c3cfde1217d1dddd80ad4e7f414 Mon Sep 17 00:00:00 2001 From: GibboK Date: Wed, 6 Jul 2016 08:36:21 +0200 Subject: [PATCH] Add revision number. Add revision number. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d03909..2704d86 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" }` and run `npm install`. +- Add this dependecy in your package.json: `"dependencies": { "react-color-picker-palette": "^1.1.2" }` 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: ``.