We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent bd79cdd commit be128e9Copy full SHA for be128e9
README.md
@@ -42,7 +42,7 @@ _Requires Java 8 or greater._
42
compile 'io.github.cdimascio:dotenv-java:2.2.0'
43
```
44
45
-Looking for the Kotlin variant? **get [dotenv-kotlin](https://github.com/cdimascio/dotenv-kotlin)**
+Looking for the Kotlin variant? **get [dotenv-kotlin](https://github.com/cdimascio/dotenv-kotlin)**.
46
47
## Usage
48
Use `dotenv.get("...")` instead of Java's `System.getenv(...)`. Here's [why](#faq).
0 commit comments