diff --git a/README.md b/README.md
index a5e86eb..51760bc 100644
--- a/README.md
+++ b/README.md
@@ -14,6 +14,7 @@ Provides HTMX integration for ASP.NET Core applications.
* [TagHelpers](#taghelpers)
* [HtmxUrlTagHelper](#htmxurltaghelper)
* [HtmxHeaderTagHelper](#htmxheadertaghelper)
+ * [HtmxValsTagHelper](#htmxvalstaghelper)
* [HtmxRequestTagHelper](#htmxrequesttaghelper)
* [HtmxConfigTagHelper](#htmxconfigtaghelper)
* [Response Handling Configuration](#response-handling-configuration)
@@ -292,7 +293,7 @@ that control HTMX behavior.
///
/// Represents strongly typed HTMX response headers.
///
-public sealed class HtmxResponseHeaders
+public readonly struct HtmxResponseHeaders
{
///
/// Gets or sets the HX-Location header to a client-side redirect