diff --git a/load-env.cabal b/load-env.cabal
--- a/load-env.cabal
+++ b/load-env.cabal
@@ -1,5 +1,5 @@
 Name:                   load-env
-Version:                0.0.4
+Version:                0.0.5
 Author:                 Pat Brisbin <pbrisbin@gmail.com>
 Maintainer:             Pat Brisbin <pbrisbin@gmail.com>
 License:                BSD3
diff --git a/src/LoadEnv.hs b/src/LoadEnv.hs
--- a/src/LoadEnv.hs
+++ b/src/LoadEnv.hs
@@ -29,7 +29,7 @@
 --
 -- If you wish to specify your own file, use @'loadEnvFrom'@. If you wish to
 -- pass your own string or work with the parse result directly, use the
--- lower-level functions available in @"System.Env.Parse"@.
+-- lower-level functions available in @"LoadEnv.Parse"@.
 --
 loadEnv :: IO ()
 loadEnv = loadEnvFrom ".env"
