aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2015-05-13 08:53:39 +0200
committerJakob Odersky <jodersky@gmail.com>2015-05-13 08:53:39 +0200
commitba56f7daa2dc2f6c19045ac93d83f718f3b16f1f (patch)
tree56ba1874b317f0b8225583918af25a94411aa839
parent93e1757666c883e7d615efefc4535b3b3be86718 (diff)
downloadakka-serial-ba56f7daa2dc2f6c19045ac93d83f718f3b16f1f.tar.gz
akka-serial-ba56f7daa2dc2f6c19045ac93d83f718f3b16f1f.tar.bz2
akka-serial-ba56f7daa2dc2f6c19045ac93d83f718f3b16f1f.zip
add download badge
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 795135d..82a3129 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,12 @@
+[ ![Download](https://api.bintray.com/packages/jodersky/maven/flow/images/download.svg) ](https://bintray.com/jodersky/maven/flow/_latestVersion)
+
# flow
Serial communication library for Scala, designed to be reactive, lightweight and easily integrable with Akka applications.
## Motivation
The main reason for yet another serial communication library for the JVM is that all other libraries tested used blocking IO and/or consumed enormous amounts of CPU while being idle. Flow's main goal is therefore to provide a lightweight library that only does work when communication is required. This reactive concept integrates well with the Akka IO layer therefore making flow an ideal library for extending it.
-## Dependencies
+## Getting Started
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.1.2"