aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2013-07-17 17:40:50 +0200
committerJakob Odersky <jodersky@gmail.com>2013-07-17 17:40:50 +0200
commit3356df969fbfdd80c3e6e8fd7390c93f630f590f (patch)
tree80237e0f56b6ce4bb9c494c8a4e57067f3a31f1e
parentbc35c45a9c89c5190a4d4d80f020bc7a9489e9c1 (diff)
downloadakka-serial-3356df969fbfdd80c3e6e8fd7390c93f630f590f.tar.gz
akka-serial-3356df969fbfdd80c3e6e8fd7390c93f630f590f.tar.bz2
akka-serial-3356df969fbfdd80c3e6e8fd7390c93f630f590f.zip
refine name of ARM architecture
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 46785da..c74bc27 100644
--- a/README.md
+++ b/README.md
@@ -19,10 +19,10 @@ Since flow integrates into the Akka-IO framework, a good resource on its general
### Currently supported platforms
-| OS (tested on) | Architecture | Notes |
-|-------------------|----------------------|-----------------------------------------------------------------------|
-| Linux (3.2.0) | x86<br>x86_64<br>arm | A user accessing a serial port may need to be in the 'dialout' group. |
-| Mac OS X (10.6.8) | x86_64 | Use /dev/cu* device instead of /dev/tty*. |
+| OS (tested on) | Architecture | Notes |
+|-------------------|-------------------------|-----------------------------------------------------------------------|
+| Linux (3.2.0) | x86<br>x86_64<br>armv7l | A user accessing a serial port may need to be in the 'dialout' group. |
+| Mac OS X (10.6.8) | x86_64 | Use /dev/cu* device instead of /dev/tty*. |
Note: flow may work on older versions of the tested OS kernels.