Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Commit

Permalink
Fixing example
Browse files Browse the repository at this point in the history
  • Loading branch information
prio committed May 7, 2015
1 parent fcf6b25 commit b8328de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ the Okku jar is in your classpath:
echo-actor (spawn (actor (onReceive [msg]
(println msg)))
:in as)]
(.tell echo-actor "Testing...")
(.tell echo-actor ["more" {"complex" "object"}]))
(.tell echo-actor "Testing..." echo-actor)
(.tell echo-actor ["more" {"complex" "object"}] echo-actor))
```

One restriction of the Akka model is that messages between actors have to be
Expand Down

0 comments on commit b8328de

Please sign in to comment.