aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2013-07-08 13:38:17 +0200
committerJakob Odersky <jodersky@gmail.com>2013-07-08 13:38:17 +0200
commita234c8d455d4f3cfb4680fb42dd1a9105f3c07e8 (patch)
tree9fbe75fccb4557781719188f6d09289364a17913 /README.md
parent6ff7e1cb6fe5899a2e90adedc4c96454fd1b2ec7 (diff)
downloadakka-serial-a234c8d455d4f3cfb4680fb42dd1a9105f3c07e8.tar.gz
akka-serial-a234c8d455d4f3cfb4680fb42dd1a9105f3c07e8.tar.bz2
akka-serial-a234c8d455d4f3cfb4680fb42dd1a9105f3c07e8.zip
correct typos
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 2abd809..b3ffe4a 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ Clone the repository and run `sbt flow/publish-local` to publish the library loc
Examples on flow's usage are located in the flow-samples directory. The examples may be run by switching to the corresponding project in sbt: `project flow-sample-<sample_name>` and typing `run`. Be sure to connect a serial device before running an example.
-As flow integrates into the Akka-IO framework, a good resource on its general "spirit" is the framework's documentation at http://doc.akka.io/docs/akka/2.2.0-RC2/scala/io.html
+Since flow integrates into the Akka-IO framework, a good resource on its general "spirit" is the framework's documentation at http://doc.akka.io/docs/akka/2.2.0-RC2/scala/io.html
### Currently supported platforms