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

Commit

Permalink
Merge pull request #20 from michaello/master
Browse files Browse the repository at this point in the history
Update Readme
  • Loading branch information
sunshinejr authored Mar 9, 2017
2 parents 4d10b3d + 39973a2 commit 574e023
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ RxPermission makes a `rx_permission` Observable that you can subscribe in order
### Sample code
```swift
Permission
.Contacts
.contacts
.rx.permission
.subscribeNext { status in
.subscribe(onNext: { status in
print("Status: \(status)")
}
})
.addDisposableTo(disposeBag)
```

Expand Down

0 comments on commit 574e023

Please sign in to comment.