mirror of
https://github.com/robertwayne/axum-htmx
synced 2024-11-26 05:09:35 +01:00
Update README.md
This commit is contained in:
parent
c546f23fd0
commit
6af52af17f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue