From 1bfb0f84d5d7f7529c5d56b35e9ac7d5700a35c2 Mon Sep 17 00:00:00 2001 From: Josh <46653655+BitlyTwiser@users.noreply.github.com> Date: Fri, 20 Sep 2024 13:14:12 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 07cb272..2fbba75 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@
-# Apprunner +# Zdotenv
@@ -38,4 +38,4 @@ Zig (at the time of this writing) does not have a solid way of directly adjustin will only adjust the env map for the scope of this execution (i.e. scope of the current calling function). After function exit, the map goes back to its previous state. -Using the package is as simple as the above code examples. import below using zig zon, load the .env, and access the variables as needed using std.process.EnvMap :) \ No newline at end of file +Using the package is as simple as the above code examples. import below using zig zon, load the .env, and access the variables as needed using std.process.EnvMap :)