Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cdimascio authored Mar 2, 2019
1 parent 0286f2e commit 9463cb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ With **Java**

```java
for (DotenvEntry e : dotenv.entries()) {
System.out.println(e.getKey());
System.out.println(e.getValue());
System.out.println(e.getKey());
System.out.println(e.getValue());
}
```

Expand Down

0 comments on commit 9463cb6

Please sign in to comment.