aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2013-08-04 22:01:24 +0200
committerJakob Odersky <jodersky@gmail.com>2013-08-04 22:01:24 +0200
commit10c5c4e68d027e6bbabaad17381c79df24401027 (patch)
tree00b980f9cbe4e66eee265de36d8abb57614af514 /README.md
parent9efeb44063001d4df0fb7a665a52bfcc52d5a290 (diff)
downloadakka-serial-10c5c4e68d027e6bbabaad17381c79df24401027.tar.gz
akka-serial-10c5c4e68d027e6bbabaad17381c79df24401027.tar.bz2
akka-serial-10c5c4e68d027e6bbabaad17381c79df24401027.zip
group serial settings in class, cosmetic changes & documentation
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 17204e7..40eb122 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ The main reason for yet another serial communication library for the JVM is that
## 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.
-## Usage
+## Basic usage
(this section will be updated as soon as a maven repository is available)
Clone the repository and run `sbt flow/publish-local` to publish the library locally. From there on, you may use the library in any project simply by adding a library dependency to it.
@@ -18,7 +18,7 @@ Examples on flow's usage are located in the flow-samples directory. The examples
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
-### Currently supported platforms
+## Currently supported platforms
| OS (tested on) | Architecture | Notes |
|-------------------|-------------------------|-----------------------------------------------------------------------|