From 678da21e6343567f47d152271fc94244389b233b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fl=C3=A1vio=20Caetano?= Date: Wed, 7 Mar 2018 18:10:09 -0300 Subject: [PATCH] Fix: Readme with Rx being String --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 24886a8..d316b4b 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,6 @@ You can also install the reactive subpod and use it with RxSwift: ``` swift recaptcha.rx.validate(on: view) - .map { try $0.dematerialize() } .subscribe(onNext: { (token: String) in // Do something })