match readme to scaladoc in sample

This commit is contained in:
rossputin 2010-07-28 10:21:41 +01:00
parent e7b45e51e9
commit 5b2d6830d4

View file

@ -18,8 +18,8 @@ Then to run the sample:
- Run 'sbt console' to start up a REPL (interpreter).
4. In the first REPL you get execute:
- scala> import sample.chat._
- scala> import se.scalablesolutions.akka.actor.Actor
- scala> val chatService = Actor.actorOf[ChatService].start
- scala> import se.scalablesolutions.akka.actor.Actor._
- scala> val chatService = actorOf[ChatService].start
5. In the second REPL you get execute:
- scala> import sample.chat._
- scala> Runner.run