From c9abf4e84c4edc38f5956ed01aedfc1a62fee22f Mon Sep 17 00:00:00 2001 From: Rob Wagner Date: Thu, 27 Jul 2023 21:59:43 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b0a78ec..409b92b 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,8 @@
-`axum-htmx` is a small extension library providing extractors for the various - [htmx](https://htmx.org/) headers within +`axum-htmx` is a small extension library providing extractors and request guards + for the various [htmx](https://htmx.org/) headers within [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 strings in your handlers.