From 4f70aa1400aad57f3da4cf4924883dc5b47cd5ba Mon Sep 17 00:00:00 2001 From: m455 Date: Sat, 21 Apr 2018 09:27:09 -0400 Subject: [PATCH] removed 'bugs' section, because I removed the bugssss! --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index ed667ec..f4416d6 100755 --- a/README.md +++ b/README.md @@ -2,12 +2,6 @@ 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`