aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2013-12-02 20:24:25 +0100
committerJakob Odersky <jodersky@gmail.com>2013-12-02 20:24:25 +0100
commit3ee87ce77cbf12d2a347abcb19b2de521a227860 (patch)
tree359676e04b29512f6c644bffe4fc12b402590ba6 /README.md
parent3d9a6f42aa25350387129b2acfe61e827ba5ad38 (diff)
downloadakka-serial-3ee87ce77cbf12d2a347abcb19b2de521a227860.tar.gz
akka-serial-3ee87ce77cbf12d2a347abcb19b2de521a227860.tar.bz2
akka-serial-3ee87ce77cbf12d2a347abcb19b2de521a227860.zip
Revert "update architecture name"
This reverts commit aed3130faa6b6f435034a320ec5638016757bab5.
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 b207a71..b0c5008 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ Since flow integrates into the Akka-IO framework, a good resource on its general
| 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. |
+| 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.