From eaa1a8f97e297e6e52bae4de9e5bf881f3854256 Mon Sep 17 00:00:00 2001 From: Jim Date: Tue, 3 Oct 2023 12:15:56 -0400 Subject: [PATCH] chore (docs): fix minor delimiter mistake in README (#29) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 83e71c3..971d0e8 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ provide optional validation+conversion functions for fields in your model via Example date comparison down to the HH::MM using an ISO-8601 format: -`name=alice and created_at>"2023-12-01 14:01"` +`name="alice" and created_at>"2023-12-01 14:01"`