Skip to content

Commit

Permalink
Fix README typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jaychang0917 authored Feb 27, 2018
1 parent 6fdab5c commit 1a43382
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 1a43382

Please sign in to comment.