aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2014-01-24 13:09:25 +0100
committerJakob Odersky <jodersky@gmail.com>2014-01-24 13:09:25 +0100
commit2037bcc2d19e69c16c271b2374ce891484925108 (patch)
treee752cbd202355e8c22e7e63affc79448c9a7fdb4 /README.md
parentd7eda85abb19097226a9e8f342f43ff8e2d092fb (diff)
downloadakka-serial-2037bcc2d19e69c16c271b2374ce891484925108.tar.gz
akka-serial-2037bcc2d19e69c16c271b2374ce891484925108.tar.bz2
akka-serial-2037bcc2d19e69c16c271b2374ce891484925108.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 5e93f56..17897ed 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ Flow is built and its examples run with SBT. To get started, include a dependenc
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! To do so, you have two options.
-1. The easy way: add a second dependency to your project: (this dependency is not yet available on maven, please run ```flow-pack/publishLocal``` before)
+1. The easy way: add a second dependency to your project: (this dependency is not available on maven, please run ```flow-pack/publishLocal``` before)
libraryDependencies += "com.github.jodersky" %% "flow-pack" % "1.1.0"
@@ -48,4 +48,4 @@ Since hardware is involved in serial communication, a Scala-only solution is not
See detailed documentation in documentation/build.md (at github [here](https://github.com/jodersky/flow/blob/master/documentation/building.md)) on how to build flow. Note that flow can also be built on devices with sparse resources not able to run SBT (such as the Raspberry Pi), see documentation/embedded-building.md [here](https://github.com/jodersky/flow/blob/master/documentation/embedded-building.md).
## License
-flow is released under the terms of the 3-clause BSD license. See LICENSE for details. \ No newline at end of file
+flow is released under the terms of the 3-clause BSD license. See LICENSE for details.