diff --git a/docs/UserGuide.md b/docs/UserGuide.md
index 742d0d4b4c5..77956083819 100644
--- a/docs/UserGuide.md
+++ b/docs/UserGuide.md
@@ -16,9 +16,9 @@ reduce man-hours in managing paper files, translating this ‘saved’ time into
1. Ensure you have Java `11` or above installed in your Computer.
-2. Download the latest `addressbook.jar` from [here](https://github.com/se-edu/addressbook-level3/releases).
+2. Download the latest `docit.jar` from [here](https://github.com/AY2122S1-CS2103-W14-1/tp/releases).
-3. Copy the file to the folder you want to use as the _home folder_ for your AddressBook.
+3. Copy the file to the folder you want to use as the _home folder_ for your Doc'it.
4. Double-click the file to start the app. The GUI similar to the below should appear in a few seconds. Note how the app contains some sample data.
![Ui](images/Ui.png)
@@ -26,13 +26,7 @@ reduce man-hours in managing paper files, translating this ‘saved’ time into
5. Type the command in the command box and press Enter to execute it. e.g. typing **`help`** and pressing Enter will open the help window.
Some example commands you can try:
-* **`list`** : Lists all contacts.
-
-* **`add`**`n/John Doe p/98765432 e/johnd@example.com a/John street, block 123, #01-01` : Adds a contact named `John Doe` to the Address Book.
-
-* **`delete`**`3` : Deletes the 3rd contact shown in the current list.
-
-* **`clear`** : Deletes all contacts.
+* **`list -p`** : Lists all patients.
* **`exit`** : Exits the app.
@@ -276,7 +270,7 @@ Patient Name: Lim, Joshen Appointment Date: 2021-10-05
## FAQ
**Q**: How do I transfer my data to another Computer?
-**A**: Install the app in the other computer and overwrite the empty data file it creates with the file that contains the data of your previous AddressBook home folder.
+**A**: Install the app in the other computer and overwrite the empty data file it creates with the file that contains the data of your previous Doc'it home folder.
--------------------------------------------------------------------------------------------------------------------