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