Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Carmine DiMascio committed Jun 13, 2018
1 parent 02ee3f5 commit dfb918a
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 @@ -23,14 +23,14 @@ Use `dotenv.get("...")` instead of Java's `System.getenv(...)`.
<dependency>
<groupId>io.github.cdimascio</groupId>
<artifactId>java-dotenv</artifactId>
<version>3.1.0</version>
<version>3.1.1</version>
</dependency>
```

### Gradle

```groovy
compile 'io.github.cdimascio:java-dotenv:3.1.0'
compile 'io.github.cdimascio:java-dotenv:3.1.1'
```

## Usage
Expand Down

0 comments on commit dfb918a

Please sign in to comment.