summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2023-04-23 17:38:16 +0200
committerThomas White <taw@physics.org>2023-04-23 17:38:16 +0200
commit9c17f9bbc04612375509d410539a18dd972b18c4 (patch)
tree4cf842dab79d4e306536c5ed2e666fb0d6b79e21
parenteefca3c5bcb7faa8bbb402e982f040d4ac8ea91f (diff)
Update README.md
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index d43c062..82cf7d3 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ something else, I gleefully encourage you to fork and modify the code.
Installation
------------
-You will need the development files for Guile and liblo installed, as well as
+You will need the development files for ALSA and liblo installed, as well as
[Meson](https://mesonbuild.com/). Then:
```
@@ -27,11 +27,11 @@ OSC methods - receive
---------------------
* `/x1k2/leds/<n> <colour>`
- `<n>` = 1..32,101,102 (int)
- `<colour>` = red,orange,green,off (string)
- Turn LEDs on/off. Numbering is from top left (1) to bottom right (32). Top
- right is number 4. The two large buttons at the bottom are 101 (left) and
- 102 (right).
+ - `<n>` = 1..32,101,102 (int)
+ - `<colour>` = red,orange,green,off (string)
+ - Turn LEDs on/off. Numbering is from top left (1) to bottom right (32).
+ Top right is number 4. The two large buttons at the bottom are 101 (left)
+ and 102 (right).
License