From 40ec7848c853e6d76794fb70c6cff57a0c078d76 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 11 Mar 2025 22:45:51 +0100 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 66e5502..df3e8a3 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ running it. | [c-embed](./c-embed) | clang-17 | Embedding external resources in compiled binary. | | [c-signals](./c-signals) | clang-17 | Uses SIGUSR1 and SIGUSR2 as IPC mechanism. | | [c-structs](./c-structs) | clang-17 | Saves and reads structs in/from binary files. | -| [c-httpd](./c-httpd) | clang-17 | Simple HTTP server written in C. | +| [c-httpd](./c-httpd) | clang-17 | Simple HTTP server with route handling primer in C. | | [zig-c-interop](./zig-c-interop) | zig-0.11.0 | Uses functions written in C from Zig code. | | [zig-ppm](./zig-ppm) | zig-0.11.0 | Creates an image with random pixels in PPM image format. | | [zig-struct-json](./zig-struct-json) | zig-0.11.0 | Serialization of a struct into JSON and then reading it back. | -- cgit v1.2.3