Skip to content

Commit 223ad9e

Browse files
committed
chore: fix readme
1 parent 9b25718 commit 223ad9e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,11 @@ const quickphf_dep = b.dependency("quickphf", .{
1919
});
2020
const quickphf_mod = quickphf_dep.module("quickphf");
2121
22-
...
22+
const root_mod = b.createModule(.{
23+
.target = target,
24+
.optimize = optimize,
2325
.imports = &.{
2426
.{ .name = "quickphf", .module = quickphf_mod },
2527
},
26-
...
28+
});
2729
```

0 commit comments

Comments
 (0)