Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fixes indentation
  • Loading branch information
Jamie Sanson authored Jul 22, 2020
1 parent c6d0c8d commit 3c16a70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 3c16a70

Please sign in to comment.