Update remoting.md (#28811)

This commit is contained in:
yiksanchan 2020-03-27 01:37:44 -07:00 committed by GitHub
parent 37d87811b5
commit a04a14d022
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`