From f020116a502f255a05575ec13dd356876f764f21 Mon Sep 17 00:00:00 2001 From: Vadym Hrynyk <100761978+sliderzxc@users.noreply.github.com> Date: Mon, 29 Jan 2024 19:06:50 +0200 Subject: [PATCH] correct README.MD sample --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b05aed..ba846ef 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ To demonstrate the usage of the SDK, consider the following example: val engine = RSocketTimeMatesRequestsEngine( coroutineScope = Dispatchers.IO, ) -val emailAuth = AccountLoginApi(engineBuilder).email +val emailAuth = AccountLoginApi(engine).email val email = EmailAddress.create("developer@y9vad9.com").getOrElse { return } val authorizationResult = emailAuth.authorize(email)