From 5b88f0df6a29958942af5977ab36e94de4eef00e Mon Sep 17 00:00:00 2001 From: Robby Zambito Date: Mon, 14 Apr 2025 07:13:04 -0400 Subject: Rename Saprus to Client internally --- src/root.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/root.zig') diff --git a/src/root.zig b/src/root.zig index 739dd47..5d93578 100644 --- a/src/root.zig +++ b/src/root.zig @@ -1,2 +1,2 @@ -pub const Client = @import("Saprus.zig"); +pub const Client = @import("Client.zig"); pub usingnamespace @import("message.zig"); -- cgit