aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2015-12-16 23:05:23 -0800
committerJakob Odersky <jodersky@gmail.com>2015-12-16 23:05:23 -0800
commit39e9ffcbae2fe209161e3ebb1cc7091f2cd7bf6f (patch)
treeeeff981ebcb1848d99a5b5bc95ea4ecaf987e1ed /README.md
parentae70bf2fff8c6f2f2c53bc2982eb1e6cfe10ab0c (diff)
downloadakka-serial-39e9ffcbae2fe209161e3ebb1cc7091f2cd7bf6f.tar.gz
akka-serial-39e9ffcbae2fe209161e3ebb1cc7091f2cd7bf6f.tar.bz2
akka-serial-39e9ffcbae2fe209161e3ebb1cc7091f2cd7bf6f.zip
fix website link
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 4cb6c63..7866c7b 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
[![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.
+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.
## Highlights
- Reactive: only does work when required (no constant polling of ports or blocking IO)