Update README.md

main
Jesse Laprade 2018-07-30 14:57:43 -04:00 committed by GitHub
parent 9a00f4eaa5
commit a871151f18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -52,19 +52,19 @@ instead.
Initializes a file in `~/.rodo/todo-list` by default Initializes a file in `~/.rodo/todo-list` by default
**Example:** `rodo init` Example: `rodo init`
### ls ### ls
Lists items from the list Lists items from the list
**Example:** `rodo rm 1` Example: `rodo rm 1`
### add ### add
Adds an item to the list Adds an item to the list
**Example:** `rodo add bread` Example: `rodo add bread`
**Note:** For multi-word items you will need to surround your item in double quotes like this: **Note:** For multi-word items you will need to surround your item in double quotes like this:
`$ rodo add "go to the bank"` `$ rodo add "go to the bank"`
@ -73,7 +73,7 @@ Adds an item to the list
Removes an item from the list Removes an item from the list
**Example:** `rodo rm 1` Example: `rodo rm 1`
**Note:** You may have to run `rodo ls` to see which number corresponds to which item to remove it. **Note:** You may have to run `rodo ls` to see which number corresponds to which item to remove it.