From 7bdbc28aef33c369c5ddb60e6fad964610b3a25c Mon Sep 17 00:00:00 2001 From: Stefan Dangl Date: Sun, 5 Jun 2022 13:14:58 +0200 Subject: [PATCH] Update README.md more sensible default --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 79ee862..e5e1b33 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ To get started, add `com.natpryce:konfig:` as a dependency, import `com ```kotlin val config = systemProperties() overriding EnvironmentVariables() overriding - ConfigurationProperties.fromFile(File("/etc/myservice.properties")) overriding + ConfigurationProperties.fromOptionalFile(File("/etc/myservice.properties")) overriding ConfigurationProperties.fromResource("defaults.properties") ```