aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2013-07-11 13:21:46 +0200
committerJakob Odersky <jodersky@gmail.com>2013-07-11 13:21:59 +0200
commitb2ee4d1d3c5881f8f0edeeb6383b29c15a119c47 (patch)
tree81158be54b9a8b64c1c0b3a74e69d1e0bb5e03af /README.md
parentd14e951f81fb34277f744a0734694be505d5b527 (diff)
downloadakka-serial-b2ee4d1d3c5881f8f0edeeb6383b29c15a119c47.tar.gz
akka-serial-b2ee4d1d3c5881f8f0edeeb6383b29c15a119c47.tar.bz2
akka-serial-b2ee4d1d3c5881f8f0edeeb6383b29c15a119c47.zip
update links to newest version of akka
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 1c7d307..e021623 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ Clone the repository and run `sbt flow/publish-local` to publish the library loc
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-sample-<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 "spirit" is the framework's documentation at http://doc.akka.io/docs/akka/2.2.0-RC2/scala/io.html
+Since flow integrates into the Akka-IO framework, a good resource on its general "spirit" is the framework's documentation at http://doc.akka.io/docs/akka/2.2.0/scala/io.html
### Currently supported platforms