Skip to content

Commit

Permalink
Merge pull request #211 from Alteqa/branch-fixUGbugs
Browse files Browse the repository at this point in the history
Fix UG Bugs
  • Loading branch information
alfaloo authored Apr 11, 2024
2 parents 4ec2b6d + 7d5c7a1 commit 17124a7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ MediCLI is a **desktop app for managing persons involved in a hospital, optimize

1. Ensure you have Java `11` or above installed in your Computer.

1. Download the latest `MediCLI.jar` from [here](https://github.com/se-edu/addressbook-level3/releases).
1. Download the latest `MediCLI.jar` from [here](https://github.com/AY2324S2-CS2103T-T15-1/tp/releases).

1. Copy the file to the folder you want to use as the _home folder_ for your MediCLI.

Expand Down Expand Up @@ -62,7 +62,7 @@ MediCLI is a **desktop app for managing persons involved in a hospital, optimize

### Viewing help : `help`

Shows a message explaning how to access the help page.
Shows a message explaining how to access the help page.

![help message](images/helpMessage.png)

Expand Down Expand Up @@ -144,7 +144,7 @@ Examples:

### Editing a person: `edit`

Edits an existing person in the address book.
Edits an existing person in the MediCLI system.

Format: `edit INDEX [i/NRIC] [n/NAME] [p/PHONE] [d/DOB]`

Expand All @@ -169,7 +169,7 @@ Examples:
![add_appointment_result](images/editPerson.png)

### Editing an appointment: `editappt`
Edits an existing person in the address book.
Edits an existing person in the MediCLI system.

Format: `editappt INDEX ad/DATE`

Expand Down

0 comments on commit 17124a7

Please sign in to comment.