2
0
mirror of https://github.com/PitPik/colorPicker.git synced 2025-06-27 13:11:02 -06:00

Merge pull request #59 from Joshua-Wright/master

Fix markdown section headers
This commit is contained in:
Peter Dematté 2017-07-25 13:09:50 +02:00 committed by GitHub
commit ab70f43f6f
2 changed files with 5 additions and 5 deletions

View File

@ -3,10 +3,10 @@
Some description follows soon...
##Demo
## Demo
See **demo** at [dematte.at/cpn/jQuery_implementation](http://dematte.at/cpn/jQuery_implementation)
##Usage
## Usage
```javascript
$('input.color').colorPicker();
@ -26,4 +26,4 @@ See **demo** at [dematte.at/cpn/jQuery_implementation](http://dematte.at/cpn/jQu
renderCallback: renderCallback
// and all other options from color and colorPicker
});
```
```

View File

@ -3,10 +3,10 @@
Some description follows soon...
##Demo
## Demo
See **demo** at [dematte.at/cpn/javaScript_implementation](http://dematte.at/cpn/javaScript_implementation)
##Usage
## Usage
```javascript
jsColorPicker('input.color');