diff --git a/docs/UserGuide.md b/docs/UserGuide.md index 9753257abc9..69cc88fe52e 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -98,15 +98,15 @@ Address | String | a/ Adds a new client to the address book. -Format: `add {client’s name} /{email} /{phone number} /{risk appetite}...​` +Format: `add /{client’s name} /{email} /{phone number} /{risk appetite}...​` * A client must have minimally the name and email tag filled during creation * Any other tags are optional * Tags that can be added are as seen in the client information in the Client Info Section Examples: -* `add Benedict Chua e/benchua@hotmail.com` -* `add Keith e/keithtan@ymail.com p/12345678 r/4` +* `add n/Benedict Chua e/benchua@hotmail.com` +* `add n/Keith e/keithtan@ymail.com p/12345678 r/4` ### Retrieve Particular Contact : `view` @@ -245,7 +245,7 @@ If your changes to the data file makes its format invalid, AddressBook will disc Action | Format | Examples --------|---------|--------- -**Create** | `add {client’s name} /{email} /{phone number} /{risk appetite}`| add benedict e/benedict@gmail.com p/90909898 r/3 | +**Create** | `add /{client’s name} /{email} /{phone number} /{risk appetite}`| add n/benedict e/benedict@gmail.com p/90909898 r/3 | **View** | `view {client’s id number}` | view 123 | **Delete** | `delete /{value}` | delete i/4 | **Edit** | `update {Client’s id number} /{change value of attribute}` | update 1234 n/Dominic p/12345678 |