Skip to content

Commit 8cfcc1d

Browse files
committed
typo in docs
1 parent ba7c376 commit 8cfcc1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ pub fn main() !void {
3939
defer gpa.deinit();
4040
4141
// init the dotenv object - this will read the .env file at runtime
42-
const env = try dotenv.init(allocator);
42+
const env = try dotenv.init(allocator, ".env");
4343
defer env.deinit();
4444
4545
// gen "Env" vars

0 commit comments

Comments
 (0)