From 6af52af17f86d679d0c070747ecc50da28c4ae26 Mon Sep 17 00:00:00 2001 From: Rob Wagner Date: Mon, 27 Nov 2023 19:48:09 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de08967..e49a677 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ async fn index() -> (&'static str, HxResponseTrigger) { } ``` -...`htmx` even allow arbitrary data to be sent along with the event, which we +`htmx` also allows arbitrary data to be sent along with the event, which we can use via the `serde` feature flag and the `HxEvent` type. ```rust