update: 'tip' to warning

This commit is contained in:
Nicolas A. Serna 2025-01-23 16:09:29 -03:00
parent 4dd1b74e36
commit b14ed1f61e

View File

@ -57,7 +57,8 @@ const dzig = b.dependency("discord.zig", .{});
exe.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!
**Warning**: the library is intended to be used with the latest dev version of Zig.
## contributing ## contributing
Contributions are welcome! Please open an issue or pull request if you'd like to help improve the library. Contributions are welcome! Please open an issue or pull request if you'd like to help improve the library.