diff --git a/rxjava-modules/rxjava-core-2/README.md b/rxjava-modules/rxjava-core-2/README.md index 72c9fba62c..122f411256 100644 --- a/rxjava-modules/rxjava-core-2/README.md +++ b/rxjava-modules/rxjava-core-2/README.md @@ -3,3 +3,4 @@ This module contains articles about RxJava. ### Relevant articles: +- [RxJava Single.just() vs Single.fromCallable()](https://www.baeldung.com/rxjava-single-just-single-fromcallable) diff --git a/rxjava-modules/rxjava-core/README.md b/rxjava-modules/rxjava-core/README.md index a3c8cef4e7..16625435e6 100644 --- a/rxjava-modules/rxjava-core/README.md +++ b/rxjava-modules/rxjava-core/README.md @@ -14,4 +14,3 @@ This module contains articles about RxJava. - [Combining RxJava Completables](https://www.baeldung.com/rxjava-completable) - [RxJava Hooks](https://www.baeldung.com/rxjava-hooks) - [Retry with Delay in RxJava](https://www.baeldung.com/rxjava-retry-with-delay) -- [RxJava Single.just() vs Single.fromCallable()](https://www.baeldung.com/rxjava-single-just-single-fromcallable)