Skip to content
This repository has been archived by the owner on Mar 6, 2018. It is now read-only.

Commit

Permalink
Updated subscribe
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Pyrka committed Mar 9, 2017
1 parent 26905b1 commit dd881f1
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 @@ -62,7 +62,7 @@ RxPermission makes a `rx_permission` Observable that you can subscribe in order
Permission
.contacts
.rx.permission
.subscribeNext { status in
.subscribe(onNext: { status in
print("Status: \(status)")
}
.addDisposableTo(disposeBag)
Expand Down

0 comments on commit dd881f1

Please sign in to comment.