From 65dd6707f91edeb54b6afdc6a1fc6be918e7f83e Mon Sep 17 00:00:00 2001 From: lub Date: Sat, 31 Oct 2020 13:41:00 +0100 Subject: [PATCH] fix case in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7141317..94afb10 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Goodtimer -This is a simple countdown in plain html+css+javascript. You can either host it yourself (just serve the files in this repository with a web server) or use https://goodtimer.lubiland.de +This is a simple countdown in plain HTML+CSS+JavaScript. You can either host it yourself (just serve the files in this repository with a web server) or use https://goodtimer.lubiland.de The target date is specified behind a hash (#) and in any [ECMAScript Date Time String Format](https://tc39.es/ecma262/#sec-date-time-string-format). When you omit the timezone it uses the local time of the browser.