From 5b283d067d7c6c3850528005779c9c20554a9845 Mon Sep 17 00:00:00 2001 From: ziyi105 <82555990+ziyi105@users.noreply.github.com> Date: Fri, 6 Oct 2023 20:47:56 +0800 Subject: [PATCH] Update README.md --- docs/README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index 7b92d0b1..bfee7cb8 100644 --- a/docs/README.md +++ b/docs/README.md @@ -7,7 +7,7 @@ | deadline | A task with a deadline | | event | An event with a start and end date and time | - +##Important Note Words in UPPER_CASE are the parameters to be supplied by the user. e.g. in ```todo TASK_DESCRIPTION```, TASK_DESCRIPTION is a parameter which can be used as add n/assignment @@ -16,6 +16,15 @@ e.g. in ```todo TASK_DESCRIPTION```, TASK_DESCRIPTION is a parameter which can b ### Listing All Tasks: ```list``` Shows a list of all persons in the address book. Format: ```list``` +Example: +``` + list + ----------------------------------------------------------- + Here are the tasks in your list: + 1.[T][X] read book + 2.[D][X] return book (by: June 6th) + ------------------------------------------------------------ +``` ### Adding Todo Adds a new todo task in your list. @@ -44,7 +53,6 @@ Format: ```delete TASK_INDEX``` ### Find Task Find tasks with matching keywords in your list. Format: ```find KEY_WORD``` - Example: ``` find book