From c4e837b533c13338e3c12ebe741ac0d5798c31b8 Mon Sep 17 00:00:00 2001 From: m455 Date: Wed, 18 Apr 2018 00:08:38 -0400 Subject: [PATCH] updated README.md to be a little more useful --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 935b534..2799fb4 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,12 @@ # rodo A command-line todo list in Racket +***Current bugs:*** + +* removing the "0th" item will remove all items in the list. **Example:** `rodo rm 0` + +* removing items longest than the list will throw an error. **Example:** You have a list longer than 3 and you `rodo rm 7` + ## Commands ### `init`