diff --git a/README.md b/README.md index 53ab61a..d4c9895 100644 --- a/README.md +++ b/README.md @@ -34,9 +34,9 @@ class AppConfig: Config(configSources = listOf(LocalSource)) ```kotlin class AppConfig: Config(configSources = listOf(LocalSource)) { - // The most simple config item, which uses the property name as a - // key and sensible non-null default values - val someSimpleItem: Boolean by config() + // The most simple config item, which uses the property name as a + // key and sensible non-null default values + val someSimpleItem: Boolean by config() // Add a simple config item val someItem: Boolean by config(