diff --git a/docs/UserGuide.md b/docs/UserGuide.md
index 9a3100997c..891ef52f61 100644
--- a/docs/UserGuide.md
+++ b/docs/UserGuide.md
@@ -174,11 +174,11 @@ The examples above result in successful patient record additions, which are then
💡 Best Practices of using "add" command together with "addVisit" command :
1.) When a new patient visits the clinic, we use "add" command.
The "add" command is primarily used for adding a patient record with the patient's basic key details information (such as Name , NRIC , Phone Number), and that Name, NRIC, Patient's First Visit Date, are Compulsory fields.
-Other Optional fields includes e.g. Phone Number, Home Address, DOB, and Diagnoses and Medications from patient's first visit.
-
+Other Optional fields includes e.g. Phone Number, Home Address, DOB, and Diagnoses and Medications from patient's first visit.
+
2.) If the same patient(with same NRIC) comes back to the clinic for a new visit, we use "addVisit" command,
-to key in the visit Date&Time of this new visit event(which is a compulsory field along with NRIC), AND the Diagnoses of illnesses and Medications prescribed for this new visit event (which are optional fields).
-
+to key in the visit Date&Time of this new visit event(which is a compulsory field along with NRIC), AND the Diagnoses of illnesses and Medications prescribed for this new visit event (which are optional fields).
+
3.) We then use "list" command to see all patient information.