Skip to content

Commit

Permalink
Removed Pekko from Akka line
Browse files Browse the repository at this point in the history
  • Loading branch information
Pask423 authored Apr 26, 2024
1 parent f82250e commit 61bfa73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/backends/summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 61bfa73

Please sign in to comment.