diff --git a/docs/UserGuide.md b/docs/UserGuide.md index bcd8b9593e0..2d285944fef 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -5,6 +5,8 @@ sidebar: toc --- # CheckMate User Guide +--- +
Product Description
@@ -148,7 +150,7 @@ Format: `add r/ROOM d/BOOKING_PERIOD n/NAME p/PHONE_NUMBER e/EMAIL rk/REMARK`
:bulb: **Note:** The room number is used to assign the room type. -The **add** command makes use of the **[Prefix Completion feature]**(#prefix-completion). +The **add** command makes use of the [Prefix Completion feature](#prefix-completion).
* Image above shows result of command `add r/11 d/2023-01-01 08:00 to 2023-01-02 12:00 n/John Doe p/98765432 e/johnd@gmail.com` @@ -178,7 +180,7 @@ Format: `edit INDEX [r/ROOM] [d/BOOKING_PERIOD] [n/NAME] [p/PHONE] [e/EMAIL] [rk
:bulb: **Note:** The Room number is used to map to the Room type; there is no way to directly edit the room type without changing the Room number. -The **edit** command makes use of the **[Prefix Completion feature]**(#prefix-completion). +The **edit** command makes use of the [Prefix Completion feature](#prefix-completion).
* Example image above shows result of command `edit 1 p/91234567 e/johndoe@gmail.com`