Skip to content

Commit a0d493a

Browse files
committed
update readme
1 parent e002e8e commit a0d493a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ You can configure this tool via a config file either located in the current work
4444
| `storage_dir` | `$HOME/time_trackings` | Location where time tracking logs are stored and read from. |
4545
| `round_steps` | | Duration to round the recorded time stamps on. |
4646
| `start_regex` | `(?i)^start$` | Regular expression to identify start event from message. |
47-
| `pause_regex` | `(?i)^pause$` | Regular expression to identify pause event from message. |
47+
| `break_regex` | `(?i)^break$` | Regular expression to identify break event from message. |
4848
| `end_regex` | `(?i)^end$` | Regular expression to identify end event from message. |

0 commit comments

Comments
 (0)