fixed readme

cleanup
m455 2020-06-15 23:55:50 -04:00
parent f2c710974c
commit c3985377a8
1 changed files with 5 additions and 5 deletions

View File

@ -34,7 +34,7 @@ any user.
# Usage
```
town nicethings [<command>] [<args>]
nicethings [<command>] [<args>]
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
```