Skip to content

Commit 632edf0

Browse files
committed
update user guide
1 parent a9e2735 commit 632edf0

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

docs/README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,14 @@ okies! here are the tasks in your list:
6565
3. [E][✘] project meeting (at: Sep 15 2020)
6666
```
6767

68-
### 3.i `todo`
68+
### 3.i. `todo`
6969
This command adds a *todo* task to the list.
7070

7171
##### Usage
7272
`todo <description>`
7373

74-
##### Example of usage: ``todo read book`
74+
##### Example of usage:
75+
`todo read book`
7576

7677
##### Expected outcome:
7778
```
@@ -80,13 +81,13 @@ sure thing! i have added the following task to your list:
8081
you have [1] task(s) in your list
8182
```
8283

83-
### 3.ii `deadline`
84+
### 3.ii. `deadline`
8485
This command adds a *deadline* task to the list.
8586

8687
##### Usage
8788
`deadline <description> /by <date>`
8889

89-
`<date>` can either be in the format``<yyyy-mm-dd>` or `<day>`.
90+
`<date>` can either be in the format `<yyyy-mm-dd>` or `<day>`.
9091

9192
`<day>` should only consist the first three letters of the day of week.
9293

@@ -105,7 +106,7 @@ sure thing! i have added the following task to your list:
105106
you have [1] task(s) in your list
106107
```
107108

108-
### 3.iii `event`
109+
### 3.iii. `event`
109110
This command adds an *event* task to the list.
110111

111112
##### Usage
@@ -149,7 +150,7 @@ you have [1] task(s) in your list
149150
```
150151

151152
### 5. `delete`
152-
This command deletes the specified task from the list
153+
This command deletes the specified task from the list.
153154

154155
##### Usage
155156
`delete <task_number>`
@@ -165,7 +166,7 @@ you have [3] task(s) in your list
165166
```
166167

167168
### 6. `clear`
168-
This command deletes all tasks from the list
169+
This command deletes all tasks from the list.
169170

170171
##### Usage
171172
`clear`
@@ -177,7 +178,7 @@ This command deletes all tasks from the list
177178
`okie! all the tasks in your list have been cleared :-)`
178179

179180
### 7. `find`
180-
This command shows all the tasks which match the query string
181+
This command shows all the tasks which match the query string.
181182

182183
##### Usage
183184
`find <keyword(s)>`
@@ -193,7 +194,7 @@ got it! here are the tasks matching your search:
193194
```
194195

195196
### 8. `view`
196-
This command shows all the tasks due on the given date
197+
This command shows all the tasks due on the given date.
197198

198199
##### Usage
199200
`view <date>`

0 commit comments

Comments
 (0)