summaryrefslogtreecommitdiff
path: root/build.zig
diff options
context:
space:
mode:
Diffstat (limited to 'build.zig')
-rw-r--r--build.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.zig b/build.zig
index 9b1c0ce..0d253e2 100644
--- a/build.zig
+++ b/build.zig
@@ -60,7 +60,7 @@ fn readMeStep(b: *Builder) *std.build.Step {
60 const stream = file.writer(); 60 const stream = file.writer();
61 try stream.print(@embedFile("example/README.md.template"), .{ 61 try stream.print(@embedFile("example/README.md.template"), .{
62 @embedFile("example/simple.zig"), 62 @embedFile("example/simple.zig"),
63 @embedFile("example/simple-error.zig"), 63 @embedFile("example/simple-ex.zig"),
64 @embedFile("example/streaming-clap.zig"), 64 @embedFile("example/streaming-clap.zig"),
65 @embedFile("example/help.zig"), 65 @embedFile("example/help.zig"),
66 @embedFile("example/usage.zig"), 66 @embedFile("example/usage.zig"),