Skip to content

Commit

Permalink
Corrected the README
Browse files Browse the repository at this point in the history
  • Loading branch information
jmnarloch committed Jun 20, 2016
1 parent 8c93614 commit 9985856
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 @@ -32,7 +32,7 @@ Adds a declarative approach for defining schedulers on the methods RxJava return
public static class Application {
@Bean
public rx.Scheduler customScheduler() {
public rx.Scheduler executorScheduler() {
return Schedulers.from(
Executors.newSingleThreadExecutor()
);
Expand Down

0 comments on commit 9985856

Please sign in to comment.