From 00d676fdf93d1e4edc822dfc2cd316388a03d707 Mon Sep 17 00:00:00 2001 From: Piotr <53794300+piotrek6641@users.noreply.github.com> Date: Fri, 28 Apr 2023 11:27:49 +0100 Subject: [PATCH] Update README.md --- typescript/clockify/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/typescript/clockify/README.md b/typescript/clockify/README.md index 996be3c..e7706b2 100644 --- a/typescript/clockify/README.md +++ b/typescript/clockify/README.md @@ -21,7 +21,11 @@ Before running the code enter valid data in `data.json`, you need to fill all op "satProjectId":"SATURDAY-PROJECT-ID", "sunProjectId":"SUNDAY-PROJECT-ID", "startHour": 9,//Start hour here in 24h format without leading 0 and minutes - "endHour" : 17//End hour here in 24h format without leading 0 and minutes + "endHour" : 17,//End hour here in 24h format without leading 0 and minutes + "satStartHour": 9, + "satEndHour":9, + "sunStartHour": 9, + "sunEndHour": 9 } ```