Update README.md

This commit is contained in:
Rob Wagner 2023-07-27 21:59:43 -04:00
parent 6c0a8cde21
commit c9abf4e84c
No known key found for this signature in database
GPG key ID: 53CCB4497B15CF61

View file

@ -12,8 +12,8 @@
<br> <br>
<!-- markdownlint-enable --> <!-- markdownlint-enable -->
`axum-htmx` is a small extension library providing extractors for the various `axum-htmx` is a small extension library providing extractors and request guards
[htmx](https://htmx.org/) headers within for the various [htmx](https://htmx.org/) headers within
[axum](https://github.com/tokio-rs/axum). Additionally, the library exports [axum](https://github.com/tokio-rs/axum). Additionally, the library exports
const values for all of the htmx headers, so there's no need to mess with const values for all of the htmx headers, so there's no need to mess with
strings in your handlers. strings in your handlers.