From 87b3851e0fb7d2fa4843596e1bfa6a564ece65f7 Mon Sep 17 00:00:00 2001 From: m455 Date: Mon, 16 Apr 2018 23:07:16 -0400 Subject: [PATCH] updated via script --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 357efdf..e19e18e 100755 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ # rodo A command-line todo list in Racket -* `init`: initialize a file in ~/.rodo/todo-list +* `init`--> initializes a file in ~/.rodo/todo-list Example: `rodo init` -* `ls`: lists items on the list +* `ls`--> lists items on the list Example: `rodo rm 1` -* `add`: adds an item to the list +* `add`--> adds an item to the list Example: `rodo add bread` @@ -18,7 +18,7 @@ A command-line todo list in Racket `rodo add "go to the bank"` <-- **This is currently broken** -* `rm`: removes an item from the list +* `rm`--> removes an item from the list Example: `rodo rm 1`