From 9a00f4eaa5b2da5c6c12aa9bfd3e19e28d5610a4 Mon Sep 17 00:00:00 2001 From: Jesse Laprade Date: Mon, 30 Jul 2018 14:57:00 -0400 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9483bb7..dc750e1 100755 --- a/README.md +++ b/README.md @@ -48,19 +48,19 @@ $PATH folder. If you don't, you would simply go to the directory of the `rodo.rkt` file and use `./rodo ` instead. -### `init` +### init Initializes a file in `~/.rodo/todo-list` by default **Example:** `rodo init` -### `ls` +### ls Lists items from the list **Example:** `rodo rm 1` -### `add` +### add Adds an item to the list @@ -69,7 +69,7 @@ Adds an item to the list **Note:** For multi-word items you will need to surround your item in double quotes like this: `$ rodo add "go to the bank"` -### `rm` +### rm Removes an item from the list