From e93090cb89e388bafccb89c7c7afd931ae35d815 Mon Sep 17 00:00:00 2001 From: Jose Colon Rodriguez Date: Tue, 30 Jan 2024 16:28:10 -0400 Subject: [PATCH] README tweak --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 765a21e..bae95a0 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,6 @@ This library is pretty much the [TigerBeetle](https://github.com/tigerbeetle/tig IO library with the TigerBeetle specifics removed, to make it a more general purpose async IO library for Zig programs. It works on Linux, macOS, and Windows. -The tests in [tests](src/test.zig) show some sample usage, and there's a full sample +The [tests](src/test.zig) show some sample usage, and there's a full sample [multithreaded web server](src/sample_web_server.zig) too. You can build and run the sample web server with `zig build run server`.