From fa507dbc7243c6c61e6a02b6d56c4c5626d1cf3d Mon Sep 17 00:00:00 2001 From: Cullen Watson Date: Mon, 20 Nov 2023 01:05:10 -0600 Subject: [PATCH] docs: typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index def73bb..8078e97 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ Optional │ Example: 30 (fetches properties listed/sold in the last 30 days) │ ├── date_from, date_to (string): Start and end dates to filter properties listed or sold, both dates are required. -} (use this to get properties in chunks as there's a 10k result limit) +| (use this to get properties in chunks as there's a 10k result limit) │ Format for both must be "YYYY-MM-DD". │ Example: "2023-05-01", "2023-05-15" (fetches properties listed/sold between these dates) │