Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Carmine DiMascio committed Mar 1, 2019
1 parent efab707 commit a440cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ for (DotenvEntry e : dotenv) {
or with **Kotlin**

```kotlin
for (e in env) {
for (e in dotenv) {
println(e.key)
println(e.value)
}
Expand Down

0 comments on commit a440cce

Please sign in to comment.