From 5b5aacb9f579baa224ec9fd5f0d42db8f437e5ec Mon Sep 17 00:00:00 2001 From: Franz Bettag Date: Sun, 25 Dec 2011 18:08:59 +0100 Subject: [PATCH] Updated README.md. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8c81b8f..b514861 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ Benchmark for testing Actor implementations on Scala, Akka and Erlang. The Actor has 2 responsibilities: -* Add a count X to the Actors current tally -* Get the current count and reset the agent count to zero +- Add a count X to the Actors current tally +- Get the current count and reset the agent count to zero I've used Scala 2.9.1 and Erlang 5.8.5.