diff --git a/README.md b/README.md index e885cdc..25bb6df 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ $ zig fetch --save git+https://git.sirlilpanda.studio/sirlilpanda/zig-interface- in `build.zig` ```zig -const iface = b.dependency("interface", .{ +const iface = b.dependency("interface_helper", .{ .target = target, .optimize = optimize, });