Update README.md
This commit is contained in:
parent
7f200352dc
commit
412cc0a578
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
# Discord.zig
|
# Discord.zig
|
||||||
|
|
||||||
A high-performance bleeding edge Discord library in Zig, featuring full API coverage, sharding support, and fine-tuned parsing
|
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", .{});
|
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!
|
TIP: make sure you use the latest Zig!
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user