aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2015-10-03 15:43:42 -0700
committerJakob Odersky <jodersky@gmail.com>2015-10-03 15:43:42 -0700
commit1de1317375117b32001d943d64db6d6412c9d720 (patch)
tree9af1a7f16ff154a7ae44e4ff57d6da9cb5603e43 /README.md
parent7a785d1560f9aea79d5738e81b554ae77b676dd9 (diff)
parent64436bd4364cbe7e4889724011ea80eb325565af (diff)
downloadakka-serial-1de1317375117b32001d943d64db6d6412c9d720.tar.gz
akka-serial-1de1317375117b32001d943d64db6d6412c9d720.tar.bz2
akka-serial-1de1317375117b32001d943d64db6d6412c9d720.zip
Merge branch 'akka-2.4'
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 beea949..d3bc6a9 100644
--- a/README.md
+++ b/README.md
@@ -76,7 +76,7 @@ object Terminal {
More examples on flow's usage are located in the `flow-samples` directory. The examples may be run with sbt: `flow-samples-<sample_name>/run`.
-Since flow integrates into the Akka-IO framework, a good resource on its general design is the framework's [documentation](http://doc.akka.io/docs/akka/2.3.13/scala/io.html).
+Since flow integrates into the Akka-IO framework, a good resource on its general design is the framework's [documentation](http://doc.akka.io/docs/akka/2.4.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.