diff --git a/README.md b/README.md index 3aceebe..cdc0756 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ zig fetch --save git+https://gitea.yves-biener.de/yves-biener/zlog Afterwards add the library as a dependency to any module in your *build.zig*: ```zig -const ztime_dependency = b.dependency("ztime", .{ +const zlog_dependency = b.dependency("zlog", .{ .target = target, .optimize = optimize, .timestamp = true, // default (only required if non-default value shall be used)