From b14ed1f61e1842f4ca3b093f06ac5ea33a4501e1 Mon Sep 17 00:00:00 2001 From: "Nicolas A. Serna" Date: Thu, 23 Jan 2025 16:09:29 -0300 Subject: [PATCH] update: 'tip' to warning --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b18e081..57acd97 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,8 @@ const dzig = b.dependency("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 Contributions are welcome! Please open an issue or pull request if you'd like to help improve the library.