Update README.md

This commit is contained in:
Rob Wagner 2023-11-27 19:48:09 -05:00
parent c546f23fd0
commit 6af52af17f
No known key found for this signature in database
GPG key ID: 53CCB4497B15CF61

View file

@ -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. can use via the `serde` feature flag and the `HxEvent` type.
```rust ```rust