We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba7c376 commit 8cfcc1dCopy full SHA for 8cfcc1d
1 file changed
README.md
@@ -39,7 +39,7 @@ pub fn main() !void {
39
defer gpa.deinit();
40
41
// init the dotenv object - this will read the .env file at runtime
42
- const env = try dotenv.init(allocator);
+ const env = try dotenv.init(allocator, ".env");
43
defer env.deinit();
44
45
// gen "Env" vars
0 commit comments