add some comments, fix experimental status of cluster

This commit is contained in:
Roland 2012-09-21 15:53:59 +02:00
parent 9bc01ae265
commit 03d968b10e
3 changed files with 14 additions and 3 deletions

View file

@ -20,7 +20,7 @@ The Akka cluster is a separate jar file. Make sure that you have the following d
If you are using the latest nightly build you should pick a timestamped Akka
version from
`<http://repo.typesafe.com/typesafe/snapshots/com/typesafe/akka/akka-cluster_@binVersion@/>`_.
`<http://repo.typesafe.com/typesafe/snapshots/com/typesafe/akka/akka-cluster-experimental_@binVersion@/>`_.
We recommend against using ``SNAPSHOT`` in order to obtain stable builds.
A Simple Cluster Example