diff --git a/jQuery_implementation/README.md b/jQuery_implementation/README.md index 3b0d6a6..1349629 100644 --- a/jQuery_implementation/README.md +++ b/jQuery_implementation/README.md @@ -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 }); -``` \ No newline at end of file +```