From 9907fd5f9d031cdec1601152bedfc087df08e24e Mon Sep 17 00:00:00 2001 From: Felix Chan You Yuan Date: Thu, 4 Apr 2024 23:30:22 +0800 Subject: [PATCH] Update DG Replace addressbook to EstateEase under matchBuyer. --- docs/DeveloperGuide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/DeveloperGuide.md b/docs/DeveloperGuide.md index fa12583f461..c596354b4dc 100644 --- a/docs/DeveloperGuide.md +++ b/docs/DeveloperGuide.md @@ -268,9 +268,9 @@ The real estate agent may want to obtain all houses from sellers that match the #### Example Usage Scenario: -**Step 1:** The user launches the application for the first time. The `AddressBook` will be initialized with the initial address book state (consisting of both `Buyer` and `Seller` details). +**Step 1:** The user launches the application for the first time. EstateEase will be initialized with the initial address book state (consisting of both `Buyer` and `Seller` details). -**Step 2:** The user executes the `matchBuyer Alice Lim` command to find and display `Seller` details with `House` that match the preferences of the buyer named "Alice Lim" in the `AddressBook`. +**Step 2:** The user executes the `matchBuyer Alice Lim` command to find and display `Seller` details with `House` that match the preferences of the buyer named "Alice Lim" in the EstateEase. **Note:** If the `matchBuyer` command is used without specifying the full name of a `Buyer`, it will return a message to the user indicating that the buyer does not exist.