Skip to content

Commit

Permalink
README.md : Fix formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Gordon25 committed Sep 28, 2021
1 parent 64101c5 commit 2dff293
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand All @@ -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

Expand Down

0 comments on commit 2dff293

Please sign in to comment.