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 :)