From 0abc293706a68ee49fb715607722cf3c18be00fa Mon Sep 17 00:00:00 2001 From: edizor <113095366+edizor@users.noreply.github.com> Date: Sat, 7 Jan 2023 17:34:10 +0800 Subject: [PATCH] Update README.md [skip ci] --- rxjava-modules/rxjava-core/README.md | 1 - 1 file changed, 1 deletion(-) 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)