From d5d886f24667ee4ce8f64f3103809a3abbb52be8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nurio=20Fern=C3=A1ndez?= Date: Wed, 1 Sep 2021 05:29:00 +0200 Subject: [PATCH] Fixed dangling kotlin-dotenv link at the README.md (#23) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cec908d..d0d1f80 100644 --- a/README.md +++ b/README.md @@ -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/)