Skip to content

Commit

Permalink
Merge pull request #246 from taggyhan/fix-ug-v6
Browse files Browse the repository at this point in the history
Fix Bug
  • Loading branch information
keithxun authored Nov 11, 2024
2 parents 091c409 + f315772 commit bec4179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ Adds a member to HallPointer. A member must have a name, room assignment, and Te
- `add_member n/John Doe r/4-3-301 t/johndoe123` adds a member with name `John Doe` in room `4-3-301` and Telegram username `johndoe123`.
- `add_member n/Betsy Crowe d/o Alice Crowe r/2-5-120 t/betsy_crowe tag/logistics` adds a member with name `Betsy Crowe d/o Alice Crowe` in room `2-5-120`, Telegram username `betsy_crowe`, and tag `logistics`.

![result for 'add_member n/John Doe r/4-3-301 t/johndoe123'](images/addCommandResult.png)
<img src="images/addCommandResult.png" alt="result for 'add_member n/John Doe r/4-3-301 t/johndoe123'" style="width: 80%; height: 80%;">
---

### Listing all members:
Expand Down

0 comments on commit bec4179

Please sign in to comment.