match readme to scaladoc in sample
This commit is contained in:
parent
e7b45e51e9
commit
5b2d6830d4
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue