Skip to content

Commit

Permalink
Fixed dangling kotlin-dotenv link at the README.md (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
nuriofernandez authored Sep 1, 2021
1 parent 7c0e6f0 commit d5d886f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ for (DotenvEntry e : dotenv.entries()) {

## Powered by dotenv-java
- [spring-dotenv](https://github.com/paulschwarz/spring-dotenv) - dotenv-java as a Spring PropertySource
- [dotenv-kotlin](https://github.com/cdimascio/kotlin-dotenv) - a Kotlin DSL for dotenv-java
- [dotenv-kotlin](https://github.com/cdimascio/dotenv-kotlin) - a Kotlin DSL for dotenv-java

## [Javadoc](https://cdimascio.github.io/dotenv-java/docs/javadoc/)

Expand Down

0 comments on commit d5d886f

Please sign in to comment.