From cf96e3954158b9d6df3e72faab5bbe30329ccf77 Mon Sep 17 00:00:00 2001 From: Vlad Manea Date: Mon, 18 May 2015 23:17:37 +0200 Subject: [PATCH] Rename readOnly option to readonly in README.md The attribute data-readOnly does not work, but the attribute data-readonly works instead. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d20c58a..7768ef5 100755 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Behaviors : * angleOffset : starting angle in degrees | default=0. * angleArc : arc size in degrees | default=360. * stopper : stop at min & max on keydown/mousewheel | default=true. -* readOnly : disable input and events | default=false. +* readonly : disable input and events | default=false. * rotation : direction of progression | default=clockwise. UI :