fix README

This commit is contained in:
InsanusMokrassar 2020-02-15 14:35:03 +06:00
parent 4c8951743b
commit 6aa2a88197
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ And with config for this library:
Kotlin code will be:
```kotlin
val module = Json.plain.parse(Module.serializer(), input)
val module = loadModule(input)
val businessService = (module["service"] as BusinessService)
```