Skip to content

Commit d5d886f

Browse files
Fixed dangling kotlin-dotenv link at the README.md (#23)
1 parent 7c0e6f0 commit d5d886f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ for (DotenvEntry e : dotenv.entries()) {
191191

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

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

0 commit comments

Comments
 (0)