aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoris2022-02-27 09:36:14 +0100
committerJoris2022-02-27 09:36:14 +0100
commitf58c120bcc0a84156e5e253be57c1f958ea8576e (patch)
tree664951a5b791469fea036a0552946f1bfc995116 /README.md
parent5f1f9065476a46ccced3f1b0e31a90d3a00eccef (diff)
downloadcalendar-f58c120bcc0a84156e5e253be57c1f958ea8576e.tar.gz
calendar-f58c120bcc0a84156e5e253be57c1f958ea8576e.tar.bz2
calendar-f58c120bcc0a84156e5e253be57c1f958ea8576e.zip
Don’t create an event if repetition is not valid
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 2 insertions, 8 deletions
diff --git a/README.md b/README.md
index 2986378..e52d48c 100644
--- a/README.md
+++ b/README.md
@@ -18,14 +18,8 @@ cargo test
## V1
-### Repeat events
-
-1. When validating repetition, don’t produce None if there is a validation error.
-2. Update / delete specific repetition occurences.
-
-### Navigate around
-
-1. Select previous or next week with shortcuts.
+- Select previous or next week with shortcuts.
+- Update / delete specific repetition occurences.
## V2