diff --git a/docs/README.md b/docs/README.md index 608873a9f7..551f917dc1 100644 --- a/docs/README.md +++ b/docs/README.md @@ -8,14 +8,14 @@ ______________________________________________________ - ### DEADLINE - * ###`deadline XXXX by dd/mm/yyyy (#tttt)` - + * ### `deadline XXXX by dd/mm/yyyy (#tttt)` + Adds an deadline task with description `XXXX` by date `dd/mm/yyyy` and _(tag - optional)_ `tttt` - ####Example: + #### Example: `deadline submit lab report by 01/10/2021` - ####Expected outcome: + #### Expected outcome: deadline `submit lab report` on `01/10` added @@ -31,11 +31,11 @@ ______________________________________________________ Adds an event with description `XXXX` at date `dd/mm/yyyy` and _(tag - optional)_ `tttt` - ####Example of usage: + #### Example of usage: `event attend seminar at 12/12/2021 (#stonks)` - ####Expected outcome: + #### Expected outcome: event `attend seminar` on `12/12` with tag `stonks` added @@ -50,11 +50,11 @@ ______________________________________________________ * ### `todo XXXX (#tttt)` Adds a todo task with description `XXXX` and _(tag - optional)_ `tttt` - ####Example of usage: + #### Example of usage: `todo cook lunch (#yummy)` - ####Expected outcome: + #### Expected outcome: todo task `cook lunch` with tag `yummy` added