From 412cc0a5789126737c13f0d17adf8a40578c9c7b Mon Sep 17 00:00:00 2001 From: yuzu Date: Tue, 5 Nov 2024 02:28:26 +0000 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 490cf12..f392306 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ - # Discord.zig A high-performance bleeding edge Discord library in Zig, featuring full API coverage, sharding support, and fine-tuned parsing @@ -52,7 +51,7 @@ const exe = b.addExecutable(.{ const dzig = b.dependency("discord.zig", .{}); -marin.root_module.addImport("discord.zig", dzig.module("discord.zig")); +exe.root_module.addImport("discord.zig", dzig.module("discord.zig")); ``` TIP: make sure you use the latest Zig!