From cdc6f2a2a839806ffaffc6997c203ea846dcaec8 Mon Sep 17 00:00:00 2001 From: Cullen Watson Date: Tue, 16 Apr 2024 14:59:50 -0500 Subject: [PATCH] docs: readme --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a634257..b0979df 100644 --- a/README.md +++ b/README.md @@ -128,14 +128,17 @@ Property │ ├── sold_price │ ├── last_sold_date │ ├── price_per_sqft +│ ├── parking_garage │ └── hoa_fee ├── Location Details: │ ├── latitude │ ├── longitude -└── Parking Details: - └── parking_garage +├── Agent Info: +│ ├── agent +│ ├── broker +│ └── broker_phone ``` ### Exceptions