aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2015-12-06 18:52:50 -0800
committerJakob Odersky <jodersky@gmail.com>2015-12-06 18:52:50 -0800
commit27d549b150c516d3dbe89b8cd57353f3a264635e (patch)
treec72d37fce0e91b283c4f612f92f40b9ef9bb33a0 /README.md
parentfcfd8de1eddaadd9e559a2ae3151da0cbe706166 (diff)
downloadakka-serial-27d549b150c516d3dbe89b8cd57353f3a264635e.tar.gz
akka-serial-27d549b150c516d3dbe89b8cd57353f3a264635e.tar.bz2
akka-serial-27d549b150c516d3dbe89b8cd57353f3a264635e.zip
bump versionv2.3.1
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 d3bc6a9..c8a1f89 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.4.0/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.1/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.