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`