From 69db4b558bdb68fc1d971cc944d65757afa43d45 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Sun, 1 Oct 2023 21:43:28 +0200 Subject: [PATCH] Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index adc650a3..dd3eace5 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ The following shorthands are available: - Example: `20230417` will be converted to `2023-04-17` - `YYYYMMe` or `YYYYMM+` gets expanded to the end of the given month in the given year in proper notation - Example: `202307e` will be converted to `2023-07-31` -- `[+/-]n[d/m/y]` gets expanded to a date relative to today, while adding (**+**) or subtracting (**-**) the **n**umber of**d**ays/**m**onths/**y**ears, in proper notation +- `[+/-]n[d/m/y]` gets expanded to a date relative to today, while adding (**+**) or subtracting (**-**) the **n**umber of **d**ays/**m**onths/**y**ears, in proper notation - Example: `+1m` will be converted to the same day next month - `x` gets expanded to `2999-12-31` (which is an alias for "never overdue") - Down/up arrow keys will increase/decrease the date by 1 day