Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
cdimascio committed Sep 19, 2020
1 parent 5227d37 commit 8f84525
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,19 @@ Use `dotenv.get("...")` instead of Java's `System.getenv(...)`.

## Install

### Maven
### Maven (coming soon...)
```xml
<dependency>
<groupId>io.github.cdimascio</groupId>
<artifactId>dotenv-java</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
```

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

```groovy
compile 'io.github.cdimascio:dotenv-java:1.0.0'
compile 'io.github.cdimascio:dotenv-java:1.0.1'
```

## Usage
Expand Down

0 comments on commit 8f84525

Please sign in to comment.