Skip to content

Commit 428bc3c

Browse files
authoredApr 22, 2021
Update README.md
1 parent be128e9 commit 428bc3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎examples/maven-simple/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ mvn compile
2020
mvn exec:java -Dexec.mainClass="io.github.cdimascio.examples.dotenv.Main"
2121
```
2222

23-
The program outputs the value of the env var `MY_ENV`. In this case, `MY_VALUE`
23+
The program outputs the value of the environment var `MY_ENV`. In this case it's, `MY_VALUE`
2424

2525
## License
2626

0 commit comments

Comments
 (0)
Please sign in to comment.