Minor improvements based on feedback. See #1606

This commit is contained in:
Patrik Nordwall 2012-01-17 14:48:46 +01:00
parent e7a0247c0d
commit d6708184c6
3 changed files with 11 additions and 10 deletions

View file

@ -69,7 +69,7 @@ The "app" in this case refers to the name of the ``ActorSystem``::
actor {
deployment {
/serviceA/retrieval {
remote = "akka://app@10.0.0.1:2552
remote = "akka://app@10.0.0.1:2552"
}
}
}