Skip to content

Commit

Permalink
Merge pull request #259 from jaychang0917/patch-1
Browse files Browse the repository at this point in the history
Fix README typo
  • Loading branch information
dlew authored Feb 27, 2018
2 parents 6fdab5c + 1a43382 commit ad7dc38
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 @@ -128,7 +128,7 @@ with `LivecycleOwner`'s.
```kotlin

myObservable
.bindToLifecycle(myLifecycleActivity, ON_STOP)
.bindUntilEvent(myLifecycleActivity, ON_STOP)
.subscribe { }
```

Expand Down

0 comments on commit ad7dc38

Please sign in to comment.