From 1e5f9088ed9d0cf5b9100559c50c8ff8d0565602 Mon Sep 17 00:00:00 2001 From: Rob Wagner Date: Mon, 23 Oct 2023 22:06:43 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8099c24..b923b72 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ type. ## Responders All of the [htmx response headers](https://htmx.org/reference/#response_headers) -have a supported responder. A responder is a simple type that implements +have a supported responder. A responder is a basic type that implements `IntoResponseParts`, allowing you to simply and safely apply the HX-* headers to any of your responses.