Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Leb14 authored Sep 21, 2023
1 parent f36b959 commit 4b1ab0d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


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


Expand Down

0 comments on commit 4b1ab0d

Please sign in to comment.