Skip to content

Commit 0e63b75

Browse files
DaythehangedmanDaythehangedman
authored andcommitted
test anchor in user guide 3rd try
1 parent 11a47c2 commit 0e63b75

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
## <a name="introduction"></a> Introduction
1616
This product is a Personal Assistant Chatbot that helps a person keep track of various tasks.
1717

18-
## <a name="quick start"></a> Quick Start
18+
## <a name="quick-start"></a> Quick Start
1919
1. Ensure you have Java `11` or above installed in your Computer.
2020

2121
1. Download the latest `duke.jar` here.
@@ -42,7 +42,7 @@ Example:
4242

4343
Note: recurring task recurs every week.
4444

45-
### <a name="deleting task"></a> Deleting task `delete`
45+
### <a name="deleting-task"></a> Deleting task `delete`
4646
Delete the indexed task from the duke.
4747

4848
Format:
@@ -51,7 +51,7 @@ Format:
5151
Example:
5252
`delete 3`
5353

54-
### <a name="marking task as done"></a> Marking task as done `done`
54+
### <a name="marking-task-as-done"></a> Marking task as done `done`
5555
Mark the indexed task as done.
5656

5757
Format:
@@ -62,7 +62,7 @@ Example:
6262

6363
Note: if the indexed task is recurring task, it will recur.
6464

65-
### <a name="finding task"></a> Finding task `find`
65+
### <a name="finding-task"></a> Finding task `find`
6666
Find the tasks with the specified keyword.
6767

6868
Format:
@@ -71,25 +71,25 @@ Format:
7171
Example:
7272
`find read`
7373

74-
### <a name="checking the list of tasks"></a> Checking the list of tasks `list`
74+
### <a name="checking-the-list-of-tasks"></a> Checking the list of tasks `list`
7575
Check all the tasks in the program.
7676

7777
Format:
7878
`list`
7979

80-
### <a name="resetting the program"></a>Resetting the program `reset`
80+
### <a name="resetting-the-program"></a>Resetting the program `reset`
8181
Clear all the tasks store in the program.
8282

8383
Format:
8484
`reset`
8585

86-
### <a name="exiting the program"></a> Exiting the program `bye`
86+
### <a name="exiting-the-program"></a> Exiting the program `bye`
8787
Exit the program.
8888

8989
Format:
9090
`bye`
9191

92-
## <a name="command summary"></a> Command Summary
92+
## <a name="command-summary"></a> Command Summary
9393
* Add
9494
`todo description`
9595
`deadline description /by yyyy-MM-dd`

0 commit comments

Comments
 (0)