From e84c2ca8f1ffa54aee0e7e7910b20638398366e3 Mon Sep 17 00:00:00 2001 From: Dhruva Srinivas Date: Fri, 16 Aug 2024 12:35:56 -0700 Subject: [PATCH] fix readme again --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3cfbb98..e03344f 100644 --- a/README.md +++ b/README.md @@ -57,10 +57,13 @@ There are two ways you can specify the time for the reminder: ```bash # sets reminder for August 31, 2024 at 11:59 PM -remindme "Take out the trash" "2024-08-31 23:59" +remindme "Take out the trash" 2024/08/31 23:59 # sets reminder for 1 day, 2 hours, and 3 minutes from the current time -remindme "Take out the trash" "1d 2h 3m" +remindme "Take out the trash" 1d 2h 3m + +# sets reminder for 35 minutes and 30 seconds from the current time +remindme "Take out the trash" 35m 30s ``` To list all reminders, use the `remindme` command without any arguments: