From 8137adcd73528881a3876ba172ed0ad1f0065d2f Mon Sep 17 00:00:00 2001 From: Krystian Nowak Date: Mon, 30 Dec 2024 21:08:42 +0100 Subject: [PATCH] fix: update install instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4fe8172..b2b712b 100644 --- a/README.md +++ b/README.md @@ -208,7 +208,7 @@ And in your `build.zig`: ```zig const xev = b.dependency("libxev", .{ .target = target, .optimize = optimize }); -exe.addModule("xev", xev.module("xev")); +exe.root_module.addImport("xev", xev.module("xev")); ``` ## Documentation