Skip to content

Commit

Permalink
Fix readme outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
nananakx-x committed Sep 19, 2023
1 parent 6e57f74 commit f9fc0b5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ A todo task with the specified description will be added to the list.

```
Got it. I've added this task:
[T][] play badminton
[T][] play badminton
Now you have 5 tasks in the list.
```

Expand All @@ -52,7 +52,7 @@ A deadline task with the specified deadline (in dd/MM/yyyy HHmm) will be added t

```
Got it. I've added this task:
[D][] homework (by: 22 Dec 2023 6:00 PM)
[D][] homework (by: 22 Dec 2023 6:00 PM)
Now you have 5 tasks in the list.
```

Expand All @@ -70,7 +70,7 @@ An event task with the specified start and end date/time will be added to the li

```
Got it. I've added this task:
[E][] play piano (from: 10pm to: 11pm)
[E][] play piano (from: 10pm to: 11pm)
Now you have 5 tasks in the list.
```

Expand Down Expand Up @@ -126,7 +126,7 @@ Task will be successfully unmarked if the task number specified is valid.

```
OK, I've marked this task as not done yet:
[ ] complete assignment 10
[] complete assignment 10
```

### 7. `delete <task number>` - Delete the task listed at that number
Expand All @@ -143,7 +143,7 @@ Task will be successfully deleted if the task number specified is valid, and the

```
Noted. I've removed this task:
[T][] complete assignment 10
[T][] complete assignment 10
Now you have 5 tasks in the list.
```

Expand Down Expand Up @@ -185,7 +185,7 @@ Here are the completed tasks:
2. [T][X] play badminton
3. [E][X] play piano (from: 10pm to: 11pm)
Progress: 30.00 % completed, keep it up!
Progress: 60.00 % completed, keep it up!
```

### 10. `help` - View list of commands
Expand Down

0 comments on commit f9fc0b5

Please sign in to comment.