From ab34c3b49a96dd0093264aeb97444dcf607cef26 Mon Sep 17 00:00:00 2001 From: kbz_8 Date: Sat, 25 Apr 2026 19:42:28 +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 5ce173e..b00aad4 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ zig build ffi-c --release=[fast, small, safe] You can also build a shared lib using ``` -zig build ffi-c --release=[fast, small, sage] -Dffi-build-static=false +zig build ffi-c --release=[fast, small, safe] -Dffi-build-static=false ``` You'll find the library in `./zig-out/lib/` and the header file in `./zig-out/include/` or in `./ffi/`.