diff options
author | Juan J. Martinez <jjm@usebox.net> | 2022-12-20 22:05:44 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-12-20 22:05:44 +0000 |
commit | 6f40c2130a1e66a9f5214bc84a6a31935e4cad7c (patch) | |
tree | 2d244384932a2d31bbeb4ad91faeadde701ff447 | |
parent | d4392fda1e0e9e030760182f7bf842cf9fd83a28 (diff) | |
download | tomato-hs-6f40c2130a1e66a9f5214bc84a6a31935e4cad7c.tar.gz tomato-hs-6f40c2130a1e66a9f5214bc84a6a31935e4cad7c.zip |
Typo, formatting
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -22,11 +22,11 @@ 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 directory, you can use `-s` option to specify a location. ## Using it from tmux -You can add `tomato` to tmux with: +You can add `tomato` to `tmux` with: ``` set -g status-interval 1 |