From 0b5662bb48e97faf3f53d1a4b969455d13f3b1d7 Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Tue, 6 May 2014 23:18:31 +0200 Subject: update link to Akka documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5db76de..debfcef 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ It is recomended that you use the first option only for testing purposes or end- ## Examples Examples on flow's usage are located in the flow-samples directory. The examples may be run by switching to the corresponding project in sbt: `project flow-samples-` and typing `run`. Be sure to connect a serial device before running an example. -Since flow integrates into the Akka-IO framework, a good resource on its general design is the framework's documentation at http://doc.akka.io/docs/akka/2.2.0/scala/io.html +Since flow integrates into the Akka-IO framework, a good resource on its general design is the framework's documentation at http://doc.akka.io/docs/akka/2.3.2/scala/io.html ## Native side Since hardware is involved in serial communication, a Scala-only solution is not possible. Nevertherless, the native code is kept simple and minimalistic with the burden of dealing with threads left to Scala. The code aims to be POSIX compliant and therefore easily portable. -- cgit v1.2.3