diff --git a/README.md b/README.md index c055f99..36a7733 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ $("div#clock").clock(); By default prints the date together with the time, but can be used for time only: ```JavaScript -$("div#clock").clock({"calendar":"false"}); +$("div#clock").clock({"calendar":false}); ``` ## Format Date and Time using PHP style Format Characters