Skip to content

Commit

Permalink
Improve code quality.
Browse files Browse the repository at this point in the history
  • Loading branch information
Justinhoejj committed Oct 28, 2021
1 parent 375c5b4 commit 3fd7065
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,14 +118,15 @@ A person can have any number of tags (including 0)
Format birthday as ddMMyyyy.
</div>

**Sample Usage:**
* `add n/John Doe p/98765432 e/johnd@example.com a/John street, block 123, #01-01`
* `add n/Betsy Crowe t/friend e/betsycrowe@example.com a/Newgate Prison b/25121999 p/1234567 t/criminal`

Notes:
* Phone number must be unique.
* Birthdays are optional and can be added in future with `edit` command.
* Future dates as birthdays are not allowed.

**Sample Usage:**
* `add n/John Doe p/98765432 e/johnd@example.com a/John street, block 123, #01-01`
* `add n/Betsy Crowe t/friend e/betsycrowe@example.com a/Newgate Prison b/25121999 p/1234567 t/criminal`

### Listing all persons : `list`

Shows a list of all persons in the address book.
Expand Down

0 comments on commit 3fd7065

Please sign in to comment.