From 1ab3ea216812d5edd0f199b5947fd3ac40b6182b Mon Sep 17 00:00:00 2001 From: Lucas F Date: Fri, 20 Oct 2023 15:18:15 -0300 Subject: [PATCH] update: cancel instruction on README file --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 57c8155..fdce141 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,19 @@ sh <(curl -s https://git.lucasf.dev/public/remind/raw/branch/master/install.sh) ## Usage Example of usage: +> The time can be (s|m|h) ```bash remind do something cool > Time to delay: 15m ``` -The time can be (s|m|h) + +To cancel some reminder: + +```bash +remind cancel +> [1] do something cool +> [2] do another one +> Please choose a number to cancel [1-2]: +```