From 8711d228090b7bf0234c0f6b19f36bad59cfe946 Mon Sep 17 00:00:00 2001 From: edizor <113095366+edizor@users.noreply.github.com> Date: Fri, 25 Nov 2022 15:06:22 +0800 Subject: [PATCH] Update README.md [skip ci] --- rxjava-modules/rxjava-core/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/rxjava-modules/rxjava-core/README.md b/rxjava-modules/rxjava-core/README.md index 148713c8e3..16625435e6 100644 --- a/rxjava-modules/rxjava-core/README.md +++ b/rxjava-modules/rxjava-core/README.md @@ -13,3 +13,4 @@ This module contains articles about RxJava. - [RxJava Maybe](https://www.baeldung.com/rxjava-maybe) - [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)