1515## <a name =" introduction " ></a > Introduction
1616This 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
19191 . Ensure you have Java ` 11 ` or above installed in your Computer.
2020
21211 . Download the latest ` duke.jar ` here.
@@ -42,7 +42,7 @@ Example:
4242
4343Note: recurring task recurs every week.
4444
45- ### <a name =" deleting task " ></a > Deleting task ` delete `
45+ ### <a name =" deleting- task " ></a > Deleting task ` delete `
4646Delete the indexed task from the duke.
4747
4848Format:
@@ -51,7 +51,7 @@ Format:
5151Example:
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 `
5555Mark the indexed task as done.
5656
5757Format:
@@ -62,7 +62,7 @@ Example:
6262
6363Note: 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 `
6666Find the tasks with the specified keyword.
6767
6868Format:
@@ -71,25 +71,25 @@ Format:
7171Example:
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 `
7575Check all the tasks in the program.
7676
7777Format:
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 `
8181Clear all the tasks store in the program.
8282
8383Format:
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 `
8787Exit the program.
8888
8989Format:
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