Skip to content

Commit

Permalink
Merge pull request #340 from Nigeltzy/fix-ug
Browse files Browse the repository at this point in the history
Fix UG inconsistency
  • Loading branch information
shinichi04 authored Nov 12, 2024
2 parents dfc5eda + 72b93d5 commit 82230de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -620,8 +620,8 @@ Furthermore, certain edits can cause MedDict to behave in unexpected ways (e.g.,
| **[Add Appointment](#adding-an-appointment-adda)** | `addA x/DATE_TIME z/PATIENT_ID z/DOCTOR_ID r/REMARK` <br> e.g., `addA x/2024-12-31 15:23 z/0 z/1 r/Third physiotherapy session` |
| **[View History](#view-history-of-a-person-view)** | `view z/ID [x/DATE_TIME]` <br> e.g., `view z/0 x/2024-12-31 15:23` |
| **[Check Appointment](#check-appointments-of-a-person-checka)** | `checkA z/ID y/DATE` <br> e.g., `checkA z/1 y/2024-12-31` |
| **[Mark Appointment](#mark-appointment-of-a-doctor-mark)** | `mark z/PATIENT_ID z/DOCTOR_ID` <br> e.g., `mark x/2024-12-31 15:23 z/0 z/1` |
| **[Delete Appointment](#delete-appointment-deletea)** | `deleteA x/DATE_TIME z/PATIENT_ID z/DOCTOR_ID` <br> e.g., `deleteA x/2024-12-31 15.23 z/0 z/1` |
| **[Mark Appointment](#mark-appointment-of-a-doctor-mark)** | `mark z/PATIENT_ID z/DOCTOR_ID x/DATE_TIME` <br> e.g., `mark z/0 z/1 x/2024-12-31 15:23` |
| **[Delete Appointment](#delete-appointment-deletea)** | `deleteA z/PATIENT_ID z/DOCTOR_ID x/DATE_TIME` <br> e.g., `deleteA z/1 z/3 x/2024-12-31 15:23` |
| **[Clear](#clearing-all-entries-clear)** | `clear` <br> Clears all entries |
| **[Exit](#exiting-the-program-exit)** | `exit` <br> Exits the program |
Expand Down

0 comments on commit 82230de

Please sign in to comment.