2
0
mirror of https://github.com/PitPik/tinyColorPicker synced 2025-07-30 05:14:29 -06:00

Merge pull request #42 from katacarbix/patch-1

Corrected HTML
This commit is contained in:
Peter Dematté 2015-12-26 10:32:17 +01:00
commit 6843c23590

View File

@ -17,7 +17,7 @@ Supported color spaces are: rgb, hsv(b), hsl, HEX
## Usage
```javascript
<script type="text/javascript" src="jqColorPicker.min.js">
<script type="text/javascript" src="jqColorPicker.min.js"></script>
<script type="text/javascript">
$('.color').colorPicker(); // that's it
// $().colorPicker.destroy(); // for singlePageApps