Skip to content

Commit

Permalink
fix: library template README
Browse files Browse the repository at this point in the history
  • Loading branch information
tensorush committed Jul 15, 2024
1 parent b33fc3b commit d0ac1a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/lib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const ?t_dep = b.dependency("?t", .{
.target = target,
.optimize = optimize,
});
const ?t_mod = ?t.module("?t");
const ?t_mod = ?t_dep.module("?t");
exe.root_module.addImport("?t", ?t_mod);
```

Expand Down

0 comments on commit d0ac1a6

Please sign in to comment.