aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2014-04-01 17:46:41 +0200
committerJakob Odersky <jodersky@gmail.com>2014-04-01 17:46:41 +0200
commit28907e75491b31610cddcd49e0cba52f21395703 (patch)
tree657df003251f8f2612502bf1e423b076efe4d947 /README.md
parent26b3deaba4e029a6aaea49c6652f7156ec17bbc0 (diff)
downloadakka-serial-28907e75491b31610cddcd49e0cba52f21395703.tar.gz
akka-serial-28907e75491b31610cddcd49e0cba52f21395703.tar.bz2
akka-serial-28907e75491b31610cddcd49e0cba52f21395703.zip
Update README.md
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 319f1da..0aa4188 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ For a short guide on how to use flow see the file [documentation/basics.md](docu
Flow is built and its examples run with SBT. To get started, include a dependency to flow in your project:
- libraryDependencies += "com.github.jodersky" %% "flow" % "2.0.0"
+ libraryDependencies += "com.github.jodersky" %% "flow" % "2.0.0" (will be available when merged into master)
ATTENTION: flow uses native libraries to back serial communication, therefore before you can run any application depending on flow you must include flow's native library in the JVM library path. Check out section 'build' on how this may be done.