Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BitlyTwiser authored Sep 20, 2024
1 parent d70785b commit 42a5481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ zig fetch --save https://github.com/BitlyTwiser/zdotenv/archive/refs/tags/0.1.0.
Add to build file:
```
const zdotenv = b.dependency("zdotenv", .{});
exe.root_module.addImport("zdotenv", zdotenv.module("root"));
exe.root_module.addImport("zdotenv", zdotenv.module("zdotenv"));
```

Zdotenv has 2 pathways:
Expand Down

0 comments on commit 42a5481

Please sign in to comment.