From 61bfa7301423e61c8713a2b68a5690eb3b246f65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20=C5=BByli=C5=84ski?= <59844835+Pask423@users.noreply.github.com> Date: Fri, 26 Apr 2024 10:33:58 +0200 Subject: [PATCH] Removed Pekko from Akka line --- docs/backends/summary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/backends/summary.md b/docs/backends/summary.md index efd174b2d6..bc6503be65 100644 --- a/docs/backends/summary.md +++ b/docs/backends/summary.md @@ -19,7 +19,7 @@ These default backends provide limited customisation options, hence for any more Which one to choose? * for simple exploratory requests, use the [synchronous](synchronous.md) `DefaultSyncBackend` / `HttpClientSyncBackend`. -* if you have Akka in your stack, use the [Akka backend](akka.md) or [Pekko backend](pekko.md) +* if you have Akka in your stack, use the [Akka backend](akka.md) * if you have Pekko in your stack, use the [Pekko backend](pekko.md) * if you are using `Future` without Akka, use the `DefaultFutureBackend` / `HttpClientFutureBackend` * finally, if you are using a functional effect wrapper, use one of the "functional" backends, for [ZIO](zio.md), [Monix](monix.md), [Scalaz](scalaz.md), [cats-effect](catseffect.md) or [fs2](fs2.md).