fixed inconsistent note conventions
parent
435c05c64a
commit
3c2ba399f3
18
README.md
18
README.md
|
@ -46,12 +46,12 @@ This document assumes you have basic command line skills.
|
||||||
|
|
||||||
# Conventions used in this document
|
# Conventions used in this document
|
||||||
|
|
||||||
* **Note** - Notes signify additional information
|
* **Note**: Notes signify additional information
|
||||||
* **Tip** - Tips signify an alternate procedure for completing a step
|
* **Tip**: Tips signify an alternate procedure for completing a step
|
||||||
* **Caution** - Cautions signify that damage may occur
|
* **Caution**: Cautions signify that damage may occur
|
||||||
* **Example** - Examples provide a visual reference of how a procedure would be carried out in the real world
|
* **Example**: Examples provide a visual reference of how a procedure would be carried out in the real world
|
||||||
* `Inline code` - Inline code signifies package names, filenames, or commands
|
* `Inline code`: Inline code signifies package names, filenames, or commands
|
||||||
* ```Code block``` - Code blocks signify file contents
|
* ```Code block```: Code blocks signify file contents
|
||||||
|
|
||||||
# Platforms
|
# Platforms
|
||||||
|
|
||||||
|
@ -168,7 +168,7 @@ Adding an item to your list will save it to a text file to access later.
|
||||||
|
|
||||||
1. Run `rodo add "this is an example of an item using double quotation marks"`
|
1. Run `rodo add "this is an example of an item using double quotation marks"`
|
||||||
|
|
||||||
**Note** - The double quotation marks are optional, but recommended
|
**Note**: The double quotation marks are optional, but recommended
|
||||||
|
|
||||||
## Removing an item from your list
|
## Removing an item from your list
|
||||||
|
|
||||||
|
@ -180,10 +180,10 @@ numbers when removing an item from your list.
|
||||||
|
|
||||||
1. Run `rodo rm 1`
|
1. Run `rodo rm 1`
|
||||||
|
|
||||||
**Note 1** - The "1" in the procedure above will remove the first item in your
|
**Note 1**: The "1" in the procedure above will remove the first item in your
|
||||||
list.
|
list.
|
||||||
|
|
||||||
**Note 2** - You may need to run `rodo ls` first to see which numbers correspond
|
**Note 2**: You may need to run `rodo ls` first to see which numbers correspond
|
||||||
with which item in your list.
|
with which item in your list.
|
||||||
|
|
||||||
## Configuring rodo
|
## Configuring rodo
|
||||||
|
|
Loading…
Reference in New Issue