Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
Added line about new multiple-time functionality.
  • Loading branch information
hashcatHitman committed Nov 12, 2024
1 parent def57fa commit d5d6aa9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit d5d6aa9

Please sign in to comment.