Skip to content

Commit 3aa8196

Browse files
committed
...
1 parent 9deb883 commit 3aa8196

1 file changed

Lines changed: 34 additions & 34 deletions

File tree

docs/README.md

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -7,71 +7,71 @@
77
## **Features**
88

99

10-
### **Adding a todo task: todo**
10+
### **Adding a todo task: `todo`**
1111

12-
#### Adds a new todo task.
13-
1) Format: todo NAME_OF_TASK
14-
1) Example of usage: todo work
12+
#### Adds a new `todo` task.
13+
1. Format: `todo NAME_OF_TASK`
14+
1. Example of usage: `todo work`
1515

1616

17-
### **Adding a deadline task: deadline**
17+
### **Adding a deadline task: `deadline`**
1818

19-
#### Adds a new deadline task.
20-
1) Format: deadline NAME_OF_TASK /by yyyy-mm-dd hh:mm
21-
1) Example of usage: deadline work /by 2021-02-28 19:00
19+
#### Adds a new `deadline` task.
20+
1. Format: `deadline NAME_OF_TASK /by yyyy-mm-dd hh:mm`
21+
1. Example of usage: `deadline work /by 2021-02-28 19:00`
2222

2323

24-
### **Adding an event task: event**
24+
### **Adding an `event` task: `event`**
2525

26-
#### Adds a new event task.
27-
1) Format: event NAME_OF_TASK /at yyyy-mm-dd hh:mm
28-
1) Example of usage: event work /at 2021-02-28 19:00
26+
#### Adds a new `event` task.
27+
1. Format: `event` NAME_OF_TASK /at yyyy-mm-dd hh:mm
28+
1. Example of usage: `event` work /at 2021-02-28 19:00
2929

3030

31-
### **Marking a task as done: done**
31+
### **Marking a task as `done`: `done`**
3232

33-
#### Updates a task by marking it as done.
34-
1) Format: done INDEX_OF_TASK_IN_LIST
35-
1)Example of usage: done 5
33+
#### Updates a task by marking it as `done`.
34+
1. Format: `done INDEX_OF_TASK_IN_LIST`
35+
1. Example of usage: `done 5`
3636

3737

38-
### **Listing down all the tasks: list**
38+
### **Listing down all the tasks: `list`**
3939

4040
#### Lists down all the previously entered tasks.
41-
1) Format: list
42-
1) Example of usage: list
41+
1. Format: `list`
42+
1. Example of usage: `list`
4343

4444

45-
### **Finding a task using specific keywords: find**
45+
### **Finding a task using specific keywords: `find`**
4646

4747
#### Lists tasks which contain the keywords.
48-
1) Format: find KEYWORDS
49-
1) Example of usage: find work
48+
1. Format: `find KEYWORDS`
49+
1. Example of usage: `find work`
5050

5151

5252
### **Tagging an existing task: tag**
5353

54-
#### Adds a tag to the intended task.
55-
1) Format: tag INDEX_OF_TASK_IN_LIST
56-
1) Example of usage: tag 5
54+
#### Adds a `tag` to the intended task.
55+
1. Format: `tag INDEX_OF_TASK_IN_LIST`
56+
1. Example of usage: `tag 5`
5757

5858

59-
### **Finding a task which has a tag of specific keywords: tagged**
59+
### **Finding a task which has a tag of specific keywords: `tagged`**
6060

6161
#### Lists tasks which contain the keywords in the tag.
62-
1) Format: tagged KEYWORDS
63-
1) Example of usage: tagged work
62+
1. Format: `tagged KEYWORDS`
63+
1. Example of usage: `tagged work`
6464

6565

66-
### **Deleting a task: delete**
66+
### **Deleting a task: `delete`**
6767

6868
#### Removes a task from the task list.
69-
1) Format: delete INDEX_OF_TASK_IN_LIST
70-
1) Example of usage: delete 5
69+
1. Format: `delete INDEX_OF_TASK_IN_LIST`
70+
1. Example of usage: `delete 5`
7171

7272

73-
### **Exiting the app: bye**
73+
### **Exiting the app: `by`e**
7474

7575
#### Leaves the app and saves the existing list.
76-
1) Format: bye
77-
1) Example of usage: bye
76+
1. Format: `bye`
77+
1. Example of usage: `bye`

0 commit comments

Comments
 (0)