From acfb114d332404c42b2e28ff359be07c120c5502 Mon Sep 17 00:00:00 2001 From: Josh Wright Date: Sun, 23 Jul 2017 11:48:58 -0400 Subject: [PATCH 1/2] Fix markdown section headers in javascript implementation --- javascript_implementation/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/javascript_implementation/README.md b/javascript_implementation/README.md index b7e1c65..1f50cf8 100644 --- a/javascript_implementation/README.md +++ b/javascript_implementation/README.md @@ -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'); From 2121691c4a57dafdecf5b6d0abce4ed15c45b55a Mon Sep 17 00:00:00 2001 From: Josh Wright Date: Sun, 23 Jul 2017 11:49:32 -0400 Subject: [PATCH 2/2] Fix section headers in jQuery implementation --- jQuery_implementation/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 +```