From d5d6aa9580608f84057e0fa5863e17f0f59c8ae2 Mon Sep 17 00:00:00 2001 From: hashcatHitman <155700084+hashcatHitman@users.noreply.github.com> Date: Mon, 11 Nov 2024 21:30:01 -0500 Subject: [PATCH] Update README Added line about new multiple-time functionality. --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index efcb01a..1b2a000 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ program takes a start time and end time separated by a hyphen and determines the hours worked, assuming the hours worked are less than 24 and that the start and end times are always in the order start - end, such that working from 8:00pm-7:59pm is a valid input, suggesting you worked 23 hours and 59 minutes. -The program will continue to do this repeatedly until stopped. You can stop the -program with Ctrl + C, closing the window, or entering the same start and end -time. +Multiple times for a single day may be entered at once, separated by commas, +i.e. 9:00am-1:00pm, 2:00pm-4:30pm, 6:10pm-9:20pm. The program will continue to +do this repeatedly until stopped. You can stop the program with Ctrl + C, +closing the window, or entering the same start and end time.