From c3985377a82bcb7599d0abd1efbef50c06b4df04 Mon Sep 17 00:00:00 2001 From: m455 Date: Mon, 15 Jun 2020 23:55:50 -0400 Subject: [PATCH] fixed readme --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6dacb7a..f7ce11a 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ any user. # Usage ``` -town nicethings [] [] +nicethings [] [] Commands: No command - Print a random nice thing. @@ -43,8 +43,8 @@ Commands: rm - Remove a message you have added from the list of nice things. Examples: - town nicethings - town add \"You are beautiful\" - town ls - town rm 2 + nicethings + nicethings add \"You are beautiful\" + nicethings ls + nicethings rm 2 ```