From e2e2f87933626d306dca36dec631a381f7554261 Mon Sep 17 00:00:00 2001 From: Helena Edelson Date: Wed, 23 Oct 2019 14:12:49 -0400 Subject: [PATCH] Adding bullet point in doc. --- akka-docs/src/main/paradox/remoting-artery.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/akka-docs/src/main/paradox/remoting-artery.md b/akka-docs/src/main/paradox/remoting-artery.md index 7497fd9ae8..db5831fddc 100644 --- a/akka-docs/src/main/paradox/remoting-artery.md +++ b/akka-docs/src/main/paradox/remoting-artery.md @@ -63,7 +63,7 @@ akka { 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. + * Change provider from `local`. We recommend using @ref:[Akka Cluster](cluster-usage.md) over using remoting directly. * Enable Artery to use it as the remoting implementation * Add host name - the machine you want to run the actor system on; this host name is exactly what is passed to remote systems in order to identify this