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

Corrected HTML

All <script> tags need a closing tag as well.
This commit is contained in:
Charter Jacobson 2015-12-25 22:29:16 -06:00
parent ab98e7966a
commit 2f5cff15cc

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