fixed readme
parent
f2c710974c
commit
c3985377a8
10
README.md
10
README.md
|
@ -34,7 +34,7 @@ any user.
|
||||||
# Usage
|
# Usage
|
||||||
|
|
||||||
```
|
```
|
||||||
town nicethings [<command>] [<args>]
|
nicethings [<command>] [<args>]
|
||||||
|
|
||||||
Commands:
|
Commands:
|
||||||
No command - Print a random nice thing.
|
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.
|
rm - Remove a message you have added from the list of nice things.
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
town nicethings
|
nicethings
|
||||||
town add \"You are beautiful\"
|
nicethings add \"You are beautiful\"
|
||||||
town ls
|
nicethings ls
|
||||||
town rm 2
|
nicethings rm 2
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue