From cd63f8fadcbed6b4ea3c12a5d4a4317a58c12362 Mon Sep 17 00:00:00 2001 From: Alby <30591904+Xayton@users.noreply.github.com> Date: Sun, 28 Jan 2024 19:40:24 +0100 Subject: [PATCH] Update README.md Fix wrong URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7be3c0e..5d25490 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ The configuration is specified using the URL query parameters: - `Tom=60` adds a line with name "Tom" and duration of 60 seconds Example: -`https:\\base-url?name=Standup&total=300&Tom=60&Matt=120` +`https://base-url?name=Standup&total=300&Tom=60&Matt=120` ## Idea: Picture in picture Note:_this is not implemented yet._