aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2014-05-06 23:18:31 +0200
committerJakob Odersky <jodersky@gmail.com>2014-05-06 23:18:31 +0200
commit0b5662bb48e97faf3f53d1a4b969455d13f3b1d7 (patch)
treeded639578c520cb56ecaf6b0f24e464e801a2ff6 /README.md
parent577ad5b12c54ccf250c9717b15ce0308fa19c453 (diff)
downloadakka-serial-0b5662bb48e97faf3f53d1a4b969455d13f3b1d7.tar.gz
akka-serial-0b5662bb48e97faf3f53d1a4b969455d13f3b1d7.tar.bz2
akka-serial-0b5662bb48e97faf3f53d1a4b969455d13f3b1d7.zip
update link to Akka documentation
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 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-<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.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.