You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ Tasks can be removed from Checklst by using the `delete` command. Similarly, the
50
50
51
51
| Task Command | Expected Output
52
52
|--|--|
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 |
54
54
|`delete 1`|[T][X] Read Books |
55
55
|`list`| Task list is currently empty! |
56
56
@@ -69,7 +69,7 @@ Tasks are added to the bottom of the Task List via a Chronological input order.
69
69
70
70
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.
71
71
72
-
| Task Command | Expected Output
72
+
| Task Command | Expected Output
73
73
|--|--|
74
74
|`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) |
75
75
|`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