diff --git a/examples/maven-simple/README.md b/examples/maven-simple/README.md index e8c81e6..278c3ff 100644 --- a/examples/maven-simple/README.md +++ b/examples/maven-simple/README.md @@ -20,7 +20,7 @@ mvn compile mvn exec:java -Dexec.mainClass="io.github.cdimascio.examples.dotenv.Main" ``` -The program outputs the value of the env var `MY_ENV`. In this case, `MY_VALUE` +The program outputs the value of the environment var `MY_ENV`. In this case it's, `MY_VALUE` ## License