Update README.md

This commit is contained in:
yuzu 2024-11-05 02:28:26 +00:00
parent 7f200352dc
commit 412cc0a578

View File

@ -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!