From 8191e82ecadf69ab400f941836e8b8d101bf54c4 Mon Sep 17 00:00:00 2001 From: Vemahk Date: Fri, 5 Jan 2024 20:18:30 -0600 Subject: [PATCH] README.md change --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4dc68b..c6c9140 100644 --- a/README.md +++ b/README.md @@ -273,7 +273,7 @@ Then, in your `build.zig`'s `build` function, add the following before const zap = b.dependency("zap", .{ .target = target, .optimize = optimize, - //.openssl = true, // required to use tls + .openssl = false, // set to true to enable TLS support }); exe.addModule("zap", zap.module("zap")); exe.linkLibrary(zap.artifact("facil.io"));