From 2f7df3d0a630130b6faae2943e72f8be6ecfc547 Mon Sep 17 00:00:00 2001 From: Chris Colborne Date: Sun, 26 Nov 2017 23:40:27 +1000 Subject: [PATCH] Update README.md to include editable option --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 162b3aa..69b4d38 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,8 @@ $("#div-id").timer({ duration: {String}, // The time to countdown from. `seconds` and `duration` are mutually exclusive callback: {Function}, // If duration is set, this function is called after `duration` has elapsed repeat: {Bool}, // If duration is set, `callback` will be called repeatedly - format: {String} // Format to show time in + format: {String}, // Format to show time in + editable: {Bool} // If click and edit time is enabled }); ```