From 4b1ab0da0ea4a30b91863c2c3a0899ec65cb562a Mon Sep 17 00:00:00 2001 From: Leb14 <83680341+Leb14@users.noreply.github.com> Date: Thu, 21 Sep 2023 16:05:05 +0800 Subject: [PATCH] Update README.md --- docs/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/README.md b/docs/README.md index 47fe85a406..8dcaee6f8f 100644 --- a/docs/README.md +++ b/docs/README.md @@ -30,18 +30,21 @@ The feature allows you to add new to-do tasks to your task list. YOURS supports - Format: `todo TASKDESC` - Example: `todo buy groceries` + ![Local Image](./assets/images/todo.png) 2. `event`: Schedule and organize upcoming events and activities. - Format: `event TASKDESC /from FROMDATE /to TODATE` - Example: `event meeting /from 23/08/2023 1800 /to 23/08/2023 1900` + ![Local Image](./assets/images/event.png) 3. `deadline`: Keep track of important deadlines. - Format: `deadline TASKDESC /by DUEDATE` - Example: `deadline assignment /by 23/08/2023 2359` + ![Local Image](./assets/images/deadline.png) @@ -54,6 +57,7 @@ Removes tasks from your task list when they are no longer relevant or needed. - Example: - `delete 1` Delete the first task of the list. + ![Local Image](./assets/images/delete.png)