diff --git a/README.md b/README.md index 1e904935..97b76593 100644 --- a/README.md +++ b/README.md @@ -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 ->