From 5a46f44cc9b41525f08b425a3972de6aafb8b70f Mon Sep 17 00:00:00 2001 From: Rob Wagner Date: Thu, 27 Jul 2023 23:21:31 -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 ea86725..5bb1597 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ header is not present, which is useful if you want to make an entire router, say _It should be noted that this is NOT a replacement for an auth guard. A user can trivially set the `HX-Request` header themselves. This is merely a convenience for preventing users from receiving partial responses without context. If you -need to secure an endpoint, you should be using a proper auth system._ +need to secure an endpoint you should be using a proper auth system._ ## Example: Extractors