From 71aa8ed3aad1296f17aa0a7a89bc95ac488d3216 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn Date: Wed, 5 Aug 2026 22:18:11 +0000 Subject: [PATCH] docs: fix option [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 365f573..b962678 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ To enable both desktop notifications and sound notifications with custom times: termato -ns 50 10 # or with long flags -termato --notify -sound 50 10 +termato --notify --sound 50 10 ``` You can also combine short flags together (e.g. -nsz to enable notifications, sound, and the audio visualizer):