Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cdimascio authored Sep 19, 2020
1 parent 24e19ac commit f43b283
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,7 +23,7 @@ Use `dotenv.get("...")` instead of Java's `System.getenv(...)`.

## Install

### Maven (coming soon...)
### Maven
```xml
<dependency>
<groupId>io.github.cdimascio</groupId>
Expand All @@ -32,7 +32,7 @@ Use `dotenv.get("...")` instead of Java's `System.getenv(...)`.
</dependency>
```

### Gradle (coming soon...)
### Gradle

```groovy
compile 'io.github.cdimascio:dotenv-java:1.0.2'
Expand Down

0 comments on commit f43b283

Please sign in to comment.