From d0b467bae11a78a5e43d7d4875a850769a8d4612 Mon Sep 17 00:00:00 2001 From: m455 Date: Sat, 2 Nov 2019 14:44:55 -0400 Subject: [PATCH] updated the readme and renamed some values and functions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 938d885..740678c 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ For example: If you downloaded the project to your `~/downloads/` folder you wou This section lists and describes rodo's commands. * `-h` or `--help` displays the help message -* `init` creates a list file (See the `config.rkt` file for the default * location of this file) +* `init` creates a list file (See the `config.rkt` file for the default location of this file) * `ls` displays your list * `add` adds an item to your list * `rm` removes an item from your list