From 070fb069a65d1bbb6a588814c3e5a08e58e32e69 Mon Sep 17 00:00:00 2001 From: Rob Wagner Date: Tue, 8 Aug 2023 20:21:36 -0400 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 75bc3ce..bd0ec67 100644 --- a/README.md +++ b/README.md @@ -34,9 +34,10 @@ axum-htmx = { git = "https://github.com/robertwayne/axum-htmx" } ## Extractors All of the [htmx request headers](https://htmx.org/reference/#request_headers) -have a supported extractor. Additionally, all extractors are infallible, meaning -they will always succeed and never return an error. If the header is not -present, the extractor will return `None` or `false` in most cases. +have a supported extractor. Extractors are infallible, meaning they will always +succeed and never return an error. In the case where a header is not present, +the extractor will return `None` or `false` dependant on the expected return +type. | Header | Extractor | Value | |------------------------------|---------------------------|------------------|