diff --git a/docs/UserGuide.md b/docs/UserGuide.md index c8aad19fbd9..9753257abc9 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -245,7 +245,7 @@ If your changes to the data file makes its format invalid, AddressBook will disc Action | Format | Examples --------|---------|--------- -**Create** | `create {client’s name} /{email} /{phone number} /{risk appetite}`| create benedict e/benedict@gmail.com p/90909898 r/3 | +**Create** | `add {client’s name} /{email} /{phone number} /{risk appetite}`| add 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 |