From 901022007bbec46411d45f9e9496edd5e0fc0762 Mon Sep 17 00:00:00 2001 From: Rene Schallner <30892199+renerocksai@users.noreply.github.com> Date: Wed, 24 May 2023 12:19:58 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 78b32bb..e4e0ff9 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Here's what works: Authentication](./examples/userpass_session_auth/)**: A convenience authenticator that redirects un-authenticated requests to a login page and sends cookies containing session tokens based on username/password pairs - transmitted via POST request. + received via POST request. - **[MIDDLEWARE support](examples/middleware/middleware.zig)**: chain together request handlers in middleware style. Provide custom context structs, totally type-safe, using **[ZIG-CEPTION](doc/zig-ception.md)**. If you come from GO