Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shaokiat committed Sep 17, 2020
1 parent 8ef8882 commit 27f3b98
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Example of usage:

Expected outcome:

![todo](./image/todo.png)
![todo](./images/todo.png)

### `deadline` - Add a new Deadline

Expand All @@ -58,7 +58,7 @@ Example of usage:

Expected outcome:

![deadline](./image/deadline.png)
![deadline](./images/deadline.png)

### `event` - Add a new Event

Expand All @@ -72,7 +72,7 @@ Example of usage:

Expected outcome:

![event](./image/event.png)
![event](./images/event.png)

### `list` - View all tasks

Expand All @@ -86,7 +86,7 @@ Example of usage:

Expected outcome:

![list](./image/list.png)
![list](./images/list.png)

### `delete` - Delete a task

Expand All @@ -100,7 +100,7 @@ Example of usage:

Expected outcome:

![delete](./image/delete.png)
![delete](./images/delete.png)

### `done` - Mark a task as done

Expand All @@ -114,7 +114,7 @@ Example of usage:

Expected outcome:

![done](./image/done.png)
![done](./images/done.png)

### `find` - Search for tasks

Expand All @@ -128,7 +128,7 @@ Example of usage:

Expected outcome:

![find](./image/find.png)
![find](./images/find.png)

### `bye` - Save and exit

Expand All @@ -142,4 +142,4 @@ Example of usage:

Expected outcome:

![bye](./image/bye.png)
![bye](./images/exit.png)

0 comments on commit 27f3b98

Please sign in to comment.