Skip to content

Commit 42a5481

Browse files
authored
Update README.md
1 parent d70785b commit 42a5481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ zig fetch --save https://github.com/BitlyTwiser/zdotenv/archive/refs/tags/0.1.0.
1414
Add to build file:
1515
```
1616
const zdotenv = b.dependency("zdotenv", .{});
17-
exe.root_module.addImport("zdotenv", zdotenv.module("root"));
17+
exe.root_module.addImport("zdotenv", zdotenv.module("zdotenv"));
1818
```
1919

2020
Zdotenv has 2 pathways:

0 commit comments

Comments
 (0)