From b62b8d18fbe69f20d63bc5ba2c2935a11c6988c8 Mon Sep 17 00:00:00 2001 From: m455 Date: Sat, 19 May 2018 22:09:18 -0400 Subject: [PATCH] updated READEME.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 646a2e6..37b5b45 100755 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ project for use on your local machine * GNU/Linux * Racket 6.x -## Setting up rodo +### Setting up rodo 1. Download from your terminal by running: @@ -42,21 +42,21 @@ to `chmod u+x rodo` -### Usage +## Usage -## `init` +### `init` Initializes a file in *~/.rodo/todo-list* **Example:** `$ rodo init` -## `ls` +### `ls` Lists items from the list **Example:** `$ rodo rm 1` -## `add` +### `add` Adds an item to the list @@ -65,7 +65,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