aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2014-03-24 19:40:09 +0100
committerJakob Odersky <jodersky@gmail.com>2014-03-24 19:40:09 +0100
commitd11381ac76016e7cdcf9e222243a3d4ccd98e45b (patch)
tree340571f5a5c55b2c3ea9af984b8dcf3d378b3f29 /README.md
parent384fc06e112bd8ac3d49de29a84af78774c32923 (diff)
downloadakka-serial-d11381ac76016e7cdcf9e222243a3d4ccd98e45b.tar.gz
akka-serial-d11381ac76016e7cdcf9e222243a3d4ccd98e45b.tar.bz2
akka-serial-d11381ac76016e7cdcf9e222243a3d4ccd98e45b.zip
fix: bump version in link to akka docs
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f1158e1..5097c8a 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,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-<sample_name>` 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.3/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.0/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.