diff --git a/README.md b/README.md index dad5588..56e2bf9 100644 --- a/README.md +++ b/README.md @@ -58,28 +58,28 @@ Hooks * 'release' : executed on release Parameters : - value : int, current value - input : jQuery element, input element + + value : int, current value + + input : jQuery element, input element * 'change' : executed at each change of the value Parameters : - value : int, current value + + value : int, current value * 'draw' : when drawing the canvas Parameters : - angle : computed angle - value : current value - opt : plugin options - context : Canvas context 2d + + angle : computed angle + + value : current value + + opt : plugin options + + context : Canvas context 2d Example -------