From a871151f182f0a95dde79ef32901d5e526a7fc3c Mon Sep 17 00:00:00 2001 From: Jesse Laprade Date: Mon, 30 Jul 2018 14:57:43 -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 dc750e1..264b346 100755 --- a/README.md +++ b/README.md @@ -52,19 +52,19 @@ instead. Initializes a file in `~/.rodo/todo-list` by default -**Example:** `rodo init` +Example: `rodo init` ### ls Lists items from the list - **Example:** `rodo rm 1` +Example: `rodo rm 1` ### add Adds an item to the list -**Example:** `rodo add bread` +Example: `rodo add bread` **Note:** For multi-word items you will need to surround your item in double quotes like this: `$ rodo add "go to the bank"` @@ -73,7 +73,7 @@ Adds an item to the list Removes an item from the list -**Example:** `rodo rm 1` +Example: `rodo rm 1` **Note:** You may have to run `rodo ls` to see which number corresponds to which item to remove it.