From a04a14d022c1aff65323d8be8bb8420f68d73886 Mon Sep 17 00:00:00 2001 From: yiksanchan Date: Fri, 27 Mar 2020 01:37:44 -0700 Subject: [PATCH] Update remoting.md (#28811) --- akka-docs/src/main/paradox/remoting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/akka-docs/src/main/paradox/remoting.md b/akka-docs/src/main/paradox/remoting.md index 5799cb489f..fcc7174fe1 100644 --- a/akka-docs/src/main/paradox/remoting.md +++ b/akka-docs/src/main/paradox/remoting.md @@ -63,7 +63,7 @@ akka { } ``` -As you can see in the example above there are five things you need to add to get started: +As you can see in the example above there are four things you need to add to get started: * Change provider from `local`. We recommend using @ref:[Akka Cluster](cluster-usage.md) over using remoting directly. * Disable artery remoting. Artery is the default remoting implementation since `2.6.0`