From 3962a0b454b9cd29babc5fe49c8661d5588227d6 Mon Sep 17 00:00:00 2001 From: Rene Schallner Date: Sun, 7 May 2023 05:10:20 +0200 Subject: [PATCH] update readme --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 83d5f06..5ee613a 100644 --- a/README.md +++ b/README.md @@ -46,8 +46,7 @@ Here's what works: itself query parameters of all supported types. - **[cookies](examples/cookies/cookies.zig)**: a simple example sending itself a cookie and responding with a session cookie. -- **[websockets](examples/websockets/websockets.zig)**: a simple websockets chat -for the browser. +- **[websockets](examples/websockets/)**: a simple websockets chat for the browser. I'll continue wrapping more of facil.io's functionality and adding stuff to zap