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