Skip to content

Commit

Permalink
correct README.MD sample (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
sliderzxc authored Jan 31, 2024
1 parent 8d542c3 commit 937aa16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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("[email protected]").getOrElse { return }

val authorizationResult = emailAuth.authorize(email)
Expand Down

0 comments on commit 937aa16

Please sign in to comment.