Skip to content

Commit

Permalink
Merge pull request #294 from RB9823/master
Browse files Browse the repository at this point in the history
More fixes
  • Loading branch information
RB9823 authored Nov 13, 2023
2 parents 0f7c9c5 + c07493c commit edebcd8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ sidebar: toc
---
# CheckMate User Guide

---

<details open>
<summary><strong>Product Description</strong></summary>
<div markdown="1">
Expand Down Expand Up @@ -148,7 +150,7 @@ Format: `add r/ROOM d/BOOKING_PERIOD n/NAME p/PHONE_NUMBER e/EMAIL rk/REMARK`
<div markdown="span" class="alert alert-primary">: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).
</div>

* 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/[email protected]`
Expand Down Expand Up @@ -178,7 +180,7 @@ Format: `edit INDEX [r/ROOM] [d/BOOKING_PERIOD] [n/NAME] [p/PHONE] [e/EMAIL] [rk
<div markdown="span" class="alert alert-primary">: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).
</div>

* Example image above shows result of command `edit 1 p/91234567 e/[email protected]`
Expand Down

0 comments on commit edebcd8

Please sign in to comment.