From 08121e4ae3e89f0c188ad664b9ca53c68cbbc338 Mon Sep 17 00:00:00 2001 From: Patrik Nordwall Date: Thu, 20 Sep 2012 13:02:24 +0200 Subject: [PATCH] Minor corr, fqcn of CARP --- akka-docs/cluster/cluster-usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/akka-docs/cluster/cluster-usage.rst b/akka-docs/cluster/cluster-usage.rst index 6087e1b637..b0ec8f08b7 100644 --- a/akka-docs/cluster/cluster-usage.rst +++ b/akka-docs/cluster/cluster-usage.rst @@ -36,7 +36,7 @@ Try it out: :language: none To enable cluster capabilities in your Akka project you should, at a minimum, add the :ref:`remoting-scala` -settings, but with ``ClusterActorRefProvider``. +settings, but with ``akka.cluster.ClusterActorRefProvider``. The ``akka.cluster.seed-nodes`` and cluster extension should normally also be added to your ``application.conf`` file.