diff --git a/README.md b/README.md index 125fb97cd0..3fc2ce4137 100644 --- a/README.md +++ b/README.md @@ -48,10 +48,7 @@ suspend fun main() { reply(it, "Hi:)") } - retrieveAccumulatedUpdates( - allowedUpdates, - asUpdatesReceiver - ).join() + retrieveAccumulatedUpdates().join() } } ```