aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2013-07-19 22:48:41 +0200
committerJakob Odersky <jodersky@gmail.com>2013-07-19 22:48:41 +0200
commit9b22e692eda016ad0b3048717e48d4e363bc363f (patch)
treef3a6bd35e11d02a09c0448feb2e2ba0862559842 /README.md
parentccb60427a847e7e231b4ca803875d580f82936c7 (diff)
downloadakka-serial-9b22e692eda016ad0b3048717e48d4e363bc363f.tar.gz
akka-serial-9b22e692eda016ad0b3048717e48d4e363bc363f.tar.bz2
akka-serial-9b22e692eda016ad0b3048717e48d4e363bc363f.zip
fix typo: samples wasn't written in plural
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 a4036ba..17204e7 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ Clone the repository and run `sbt flow/publish-local` to publish the library loc
libraryDependencies += "com.github.jodersky" % "flow" % "1.0-SNAPSHOT"
-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.
+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-samples-<sample_name>` and typing `run`. Be sure to connect a serial device before running an example.
Since flow integrates into the Akka-IO framework, a good resource on its general design is the framework's documentation at http://doc.akka.io/docs/akka/2.2.0/scala/io.html