Skip to content

Commit

Permalink
Merge pull request #249 from kaikquah/branch-newUserGuide
Browse files Browse the repository at this point in the history
Fix bug in UG
  • Loading branch information
weijianwong authored Nov 7, 2024
2 parents 4e0bbca + dfe8b71 commit 65b370c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ Welcome! Tuteez is a **desktop address book app that makes managing student cont
+ [Right panel](#right-panel)
* [Features](#features)
+ [Viewing help : `help`](#viewing-help-help)
+ [Adding a student: `add`](#adding-a-person-add)
+ [Listing all students : `list`](#listing-all-persons-list)
+ [Editing a student : `edit`](#editing-a-person-edit)
+ [Adding a student: `add`](#adding-a-student-add)
+ [Listing all students : `list`](#listing-all-students-list)
+ [Editing a student : `edit`](#editing-a-student-edit)
+ [Adding a Remark: `addremark` or `addrmk`](#adding-a-remark-addremark-or-addrmk)
+ [Deleting a Remark: `deleteremark` or `delrmk`](#deleting-a-remark-deleteremark-or-delrmk)
+ [Adding Lessons: `addlesson` or `addlsn`](#adding-lessons-addlesson-or-addlsn)
+ [Deleting Lessons: `deletelesson` or `dellsn`](#deleting-lessons-deletelesson-or-dellsn)
+ [Locating students by name: `find`](#locating-persons-by-name-find)
+ [Deleting a student : `delete`](#deleting-a-person-delete)
+ [Locating students by name: `find`](#locating-students-by-name-find)
+ [Deleting a student : `delete`](#deleting-a-student-delete)
+ [Displaying Student Information: `display`](#displaying-student-information-display)
+ [Clearing all entries : `clear`](#clearing-all-entries-clear)
+ [Exiting the program : `exit`](#exiting-the-program-exit)
Expand Down Expand Up @@ -143,7 +143,7 @@ John's email address should now be updated to `[email protected]` and the update
If everything went well, you'll be greeted by this view:
![edit_command](images/edit_command_tutorial.png)

> :information_source: For more details on the `edit` command, please refer to the [Edit Command](#editing-a-student--edit) section.
> :information_source: For more details on the `edit` command, please refer to the [Edit Command](#editing-a-student-edit) section.
### Deleting a Student
John Doe has decided to stop engaging your tuition services, and you wish to remove him from your list of students.
Expand Down

0 comments on commit 65b370c

Please sign in to comment.