diff options
author | Juan J. Martinez <jjm@usebox.net> | 2022-07-27 12:31:18 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-07-27 12:31:18 +0100 |
commit | e74f42c80e2c5278236055a88d80b621c1459dac (patch) | |
tree | f19fb0c92ec7a8e8af12d04a067cb3a7aef345b2 /README.md | |
parent | 4e6c9ce03d4c75b9885e375d86f533a2bd9c3411 (diff) | |
download | tomato-hs-e74f42c80e2c5278236055a88d80b621c1459dac.tar.gz tomato-hs-e74f42c80e2c5278236055a88d80b621c1459dac.zip |
Typo
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ You can always read the CLI help with `tomato -h`, but basically: * `tomato` or `tomato show` shows the time left in current Pomodoro (if any). * `tomato stop` stops current Pomodoro (if any). -The state is saved on your `XDG_CACHE_HOME` directory (usually `$HOME/.cache`). If The tool has issues finding the directy, you can use `-s` option to specify a location. +The state is saved on your `XDG_CACHE_HOME` directory (usually `$HOME/.cache`). If the tool has issues finding the directy, you can use `-s` option to specify a location. ## Using it from tmux |