Fix installation instructions.
This commit is contained in:
parent
1fae759d2c
commit
b6f0a71d1f
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ const zouter = b.dependency("zouter", .{
|
|||
.target = target,
|
||||
.optimize = optimize,
|
||||
});
|
||||
exe.root_module.addImport("zouter", zdotenv.module("zouter"));
|
||||
exe.root_module.addImport("zouter", zouter.module("zouter"));
|
||||
```
|
||||
|
||||
### Example
|
||||
|
|
Loading…
Reference in a new issue