From 6aa2a88197096b5703240c339cf74af47c076f62 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Sat, 15 Feb 2020 14:35:03 +0600 Subject: [PATCH] fix README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ff5f7a..8f68cf8 100644 --- a/README.md +++ b/README.md @@ -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) ```