Fix: Readme with Rx being String

This commit is contained in:
Flávio Caetano 2018-03-07 18:10:09 -03:00
parent 3ec88fcf7e
commit 678da21e63
1 changed files with 0 additions and 1 deletions

View File

@ -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
})