From ef82589c884a04523250c20889a1944d0bb89b06 Mon Sep 17 00:00:00 2001 From: Madeorsk Date: Tue, 17 Dec 2024 17:52:38 +0100 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5838a2a..08c9817 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ exe.root_module.addImport(zzz); ## zzz? zzz is a framework for writing performant and reliable networked services in Zig. It supports both HTTP and HTTPS (using BearSSL for TLS). -zzz currently supports Linux, Mac and Windows. Linux is currently the reccomended target for deployments. +zzz currently supports Linux, Mac and Windows. Linux is currently the recommended target for deployments. > [!IMPORTANT] > zzz is currently **alpha** software and there is still a lot changing at a fairly quick pace and certain places where things are less polished.