Skip to content

Commit

Permalink
Fixed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Deishelon committed Jan 26, 2019
1 parent 8f60add commit 55cbe1c
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 @@ -44,7 +44,7 @@ val mission = Mission(URL, FILE_NAME, SAVE_PATH, IS_OVERRIDE)
Step 2. Subscribe to the mission updates

```kotlin
val disposable = RxDownload.create(mission, autoStart = false)
val disposable = RxDownload.create(mission, autoStart = false)
.observeOn(AndroidSchedulers.mainThread())
.subscribe { status ->

Expand Down

0 comments on commit 55cbe1c

Please sign in to comment.