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 d527444 commit f36b959
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,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)
![Local Image](./assets/images/delete.png)


### Listing all tasks - `list`
Expand All @@ -65,14 +65,15 @@ Displays all the tasks in the task list.

- Example:

![Local Image](./assets/images/list.png)
![Local Image](./assets/images/list.png)

- The task display in this format: [Type][Completeness] Task description
- **Type**:

- The task display in this format: `[Type][Completeness] Task description`
- **Type**:
- `[T]` = `todo`
- `[E]` = `event`
- `[D]` = `deadline`
- **Completeness**:
- **Completeness**:
- `[X]` = `done`
- `[ ]` = `not done`

Expand Down Expand Up @@ -111,7 +112,7 @@ Marks a task as completed.
- Example:
- `mark 1`, Mark the first task of the list as done.

![Local Image](./assets/images/mark.png)
![Local Image](./assets/images/mark.png)


### Mark not done -`unmark`
Expand All @@ -124,7 +125,7 @@ Marks a task as not complete.
- Example:
- `unmark 1` Mark the first task of the list as not done.

![Local Image](./assets/images/unmark.png)
![Local Image](./assets/images/unmark.png)


### Find a task - `find`
Expand All @@ -135,7 +136,7 @@ Finds tasks that match the given keyword.

- Example: `find fetch` Find tasks with a description contained fetch.

![Local Image](./assets/images/find.png)
![Local Image](./assets/images/find.png)


### Exiting the program - `bye`
Expand Down

0 comments on commit f36b959

Please sign in to comment.