From 7206dd1852f98c93a27346f7324e2c65bbe66805 Mon Sep 17 00:00:00 2001 From: Rob Wagner Date: Mon, 23 Oct 2023 21:57:00 -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 a26e289..d24a2bb 100644 --- a/README.md +++ b/README.md @@ -54,8 +54,8 @@ type. All of the [htmx response headers](https://htmx.org/reference/#response_headers) have a supported responder. A responder is a simple type that implements -`IntoResponse`, allowing you to simply and safely apply the HX-* headers to any -of your responses. +`IntoResponseParts`, allowing you to simply and safely apply the HX-* headers to +any of your responses. | Header | Responder | Value | |------------------|----------------|-------------------------------------|