From 6375f9a03b9726265138dc63c3c2ebf724383f1d Mon Sep 17 00:00:00 2001 From: Guillermo Lammers Corral Date: Thu, 9 Jun 2016 09:00:47 +0200 Subject: README typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ``` -- cgit v1.2.3