From 5f2b24c6d399d7c6efbfb4c6b345a65963b879d4 Mon Sep 17 00:00:00 2001 From: Sam Rolfe Date: Thu, 5 Mar 2026 10:10:24 +1100 Subject: [PATCH] Add readme all units have s at the end --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b67485f..606681e 100644 --- a/README.md +++ b/README.md @@ -55,14 +55,14 @@ This project extends Taskwarrior with intelligent notifications using native tag task add "Call dentist" due:tomorrow # Multiple reminders for important deadlines -task add "Client presentation" due:friday +remind1day +remind1hour +remind15min +task add "Client presentation" due:friday +remind1days +remind1hours +remind15mins # Long-term planning -task add "Quarterly review" due:2026-04-01 +remind1month +remind1week +task add "Quarterly review" due:2026-04-01 +remind1months +remind1weeks # Add/remove reminders anytime -task 42 modify +remind30min -task 42 modify -remind1hour +task 42 modify +remind30mins +task 42 modify -remind1hours ``` ## Why Terminal Users Need This