Skip to content

Commit c92127e

Browse files
Glenn LeeGlenn Lee
authored andcommitted
Add User Guide
1 parent c0cb780 commit c92127e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Tasks can be removed from Checklst by using the `delete` command. Similarly, the
5050

5151
| Task Command | Expected Output
5252
|--|--|
53-
| `list` | These are your current tasks: <br> 1. [T][ ] Read Books |
53+
| `list` | These are your current tasks: <br> 1. [T][X] Read Books |
5454
| `delete 1` | [T][X] Read Books |
5555
| `list` | Task list is currently empty! |
5656

@@ -69,7 +69,7 @@ Tasks are added to the bottom of the Task List via a Chronological input order.
6969

7070
The sorting will be done via 2 conditions. Firstly, the tasks will be split into complete and incomplete. Secondly, the tasks will be sorted by Task type.
7171

72-
| Task Command | Expected Output
72+
| Task Command | Expected Output
7373
|--|--|
7474
| `list` | These are your current tasks: <br> 1. [T][ ] Read Books <br> 2. [E][ ] Movie (at: Apr 24 2020) <br> 3. [T][X] Return Books <br> 4. [E][ ] Concert (at: Feb 13 2020) |
7575
| `sort` | These are your current tasks: <br> 1. [T][ ] Read Books <br> 2. [E][ ] Movie (at: Apr 24 2020) <br> 3. [E][ ] Concert (at: Feb 13 2020) <br> 4. [T][X] Return Books |

0 commit comments

Comments
 (0)