From 2139db102adc54d69c5df59071b7d27b0fb367ca 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 20f4b10..0a5ba16 100644 --- a/README.md +++ b/README.md @@ -275,7 +275,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"));