Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrek6641 committed Apr 28, 2023
1 parent 034c4cd commit 00d676f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion typescript/clockify/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

```
Expand Down

0 comments on commit 00d676f

Please sign in to comment.