From 8e3151c8ca92e53b43b0a1de92e444aae71e9502 Mon Sep 17 00:00:00 2001 From: Lucas <86352901+LucasVbr@users.noreply.github.com> Date: Sun, 19 Sep 2021 19:26:32 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1bc30c2..fca5444 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Objective : Make a timer in JavaScript ## Installation -- Go to the [Website](https://lucasvbr.github.io/javascript-timer/?minutes=5) +- Go to the [Website](https://lucasvbr.github.io/JavascriptTimer/?minutes=5) - To set time, you need to add parameters in the URL : URL syntax : `?[param1]&[param2]&[...]` Parameter syntax : `=` @@ -14,5 +14,5 @@ Objective : Make a timer in JavaScript Example : ```url - https://lucasvbr.github.io/javascript-timer/index.htm?hours=10&minutes=10&seconds=10 + https://lucasvbr.github.io/JavascriptTimer/?hours=10&minutes=10&seconds=10 ```