Skip to content

Commit

Permalink
Edit Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
oussaki committed Oct 4, 2017
1 parent 9c674c6 commit e06c08a
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 @@ -56,7 +56,7 @@ There is 5 Events you can use in this library:
multiline.append("\n Progress " + progress);
txtProgress.setText("Progress: " + progress + "%");
})
.doOnSingleError(throwable -> {
.doOnEachSingleError(throwable -> {
multiline.append("\n " + throwable.getMessage());
})
.doOnCompleteWithError(() -> {
Expand Down

0 comments on commit e06c08a

Please sign in to comment.