Corrected HTML

All <script> tags need a closing tag as well.
pull/42/head
Charter Jacobson 8 years ago
parent ab98e7966a
commit 2f5cff15cc

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

Loading…
Cancel
Save