We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d70785b commit 42a5481Copy full SHA for 42a5481
README.md
@@ -14,7 +14,7 @@ zig fetch --save https://github.com/BitlyTwiser/zdotenv/archive/refs/tags/0.1.0.
14
Add to build file:
15
```
16
const zdotenv = b.dependency("zdotenv", .{});
17
- exe.root_module.addImport("zdotenv", zdotenv.module("root"));
+ exe.root_module.addImport("zdotenv", zdotenv.module("zdotenv"));
18
19
20
Zdotenv has 2 pathways:
0 commit comments