From 9aa4e8dd5899e73a5cd3ebfcdc39380d7d61c933 Mon Sep 17 00:00:00 2001 From: Ayush Priya Date: Sat, 14 Oct 2017 21:49:33 +0530 Subject: [PATCH 1/2] Updating README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2bba9b6..89e78ba 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ -# countdown-timer -A simple Countdown Timer implemented using Jquery and Javascript +# Countdown Timer + +This is a simple and interactive Countdown Timer. Its written using Jquery and Javascript. Here the user selects a date alone with the time to countdown to. After the selection is made, the countdown timer is shown on the browser window. From 83077086fc9721862fccf8c981fb08b70baa6622 Mon Sep 17 00:00:00 2001 From: Ayush Priya Date: Tue, 30 Oct 2018 23:06:14 +0530 Subject: [PATCH 2/2] This is for Hacktoberfest. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 89e78ba..51f59eb 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -# Countdown Timer +## Countdown Timer This is a simple and interactive Countdown Timer. Its written using Jquery and Javascript. Here the user selects a date alone with the time to countdown to. After the selection is made, the countdown timer is shown on the browser window.