From 2dff293cc6b99c42a2198eebf26161fbc78d4d62 Mon Sep 17 00:00:00 2001 From: Gordon25 <73068242+Gordon25@users.noreply.github.com> Date: Tue, 28 Sep 2021 19:33:08 +0800 Subject: [PATCH] README.md : Fix formatting issues --- docs/README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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