aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2015-12-16 23:20:30 -0800
committerJakob Odersky <jodersky@gmail.com>2015-12-16 23:20:30 -0800
commit4ab54b5ba94913ab65d6f43ffa70b2bfe2583d38 (patch)
tree20de76a07f008fbdb3c2a8863aa7f0c775bf1811 /README.md
parent25d9cb0365a702eaad21622f0bce42e9b99a7e19 (diff)
downloadakka-serial-4ab54b5ba94913ab65d6f43ffa70b2bfe2583d38.tar.gz
akka-serial-4ab54b5ba94913ab65d6f43ffa70b2bfe2583d38.tar.bz2
akka-serial-4ab54b5ba94913ab65d6f43ffa70b2bfe2583d38.zip
update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 7866c7b..401f252 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,3 @@
-[![Download](https://api.bintray.com/packages/jodersky/maven/flow/images/download.svg)](https://bintray.com/jodersky/maven/flow/_latestVersion)
-[![Join the chat at https://gitter.im/jodersky/flow](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/jodersky/flow?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
-
# flow
Serial communication library for Scala, designed to be reactive, lightweight and easily integrable with Akka applications. See the [website](https://jodersky.github.io/flow) for a guide.
@@ -29,5 +26,7 @@ Detailed documentation on building flow is available on the website.
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).
+This project is also an experiment on working with JNI and automating build infrastructure.
+
## Copying
flow is released under the terms of the 3-clause BSD license. See LICENSE for details.