aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2016-06-09 03:28:35 -0700
committerJakob Odersky <jakob@odersky.com>2016-06-09 03:28:35 -0700
commitf6f26c2c9e3ec9bdd45fb384483b3450bef5984a (patch)
tree6b78eed33ea8d4edbddc8d6e85a1be1fb0d66110
parent480f4b09a1a222368609771086176caabc6aad28 (diff)
parent6375f9a03b9726265138dc63c3c2ebf724383f1d (diff)
downloadakka-serial-f6f26c2c9e3ec9bdd45fb384483b3450bef5984a.tar.gz
akka-serial-f6f26c2c9e3ec9bdd45fb384483b3450bef5984a.tar.bz2
akka-serial-f6f26c2c9e3ec9bdd45fb384483b3450bef5984a.zip
Merge pull request #35 from glammers1/just-a-readme-typo
README typo
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 60e5966..4b13641 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ Serial communication library for Scala, designed to be reactive, lightweight and
- Compatible with Reactive Streams
## Native side
-Since hardware is involved in serial communication, a Scala-only solution is not possible. Nevertherless, the native code is kept simple and minimalistic with the burden of dealing with threads left to Scala. The code aims to be POSIX compliant and therefore easily portable.
+Since hardware is involved in serial communication, a Scala-only solution is not possible. Nevertheless, the native code is kept simple and minimalistic with the burden of dealing with threads left to Scala. The code aims to be POSIX compliant and therefore easily portable.
## Directory Structure
```