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"));