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)