Skip to content

Commit f43b283

Browse files
authoredSep 19, 2020
Update README.md
1 parent 24e19ac commit f43b283

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Use `dotenv.get("...")` instead of Java's `System.getenv(...)`.
2323

2424
## Install
2525

26-
### Maven (coming soon...)
26+
### Maven
2727
```xml
2828
<dependency>
2929
<groupId>io.github.cdimascio</groupId>
@@ -32,7 +32,7 @@ Use `dotenv.get("...")` instead of Java's `System.getenv(...)`.
3232
</dependency>
3333
```
3434

35-
### Gradle (coming soon...)
35+
### Gradle
3636

3737
```groovy
3838
compile 'io.github.cdimascio:dotenv-java:1.0.2'

0 commit comments

Comments
 (0)
Please sign in to comment.