summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo-MathGuy <86385005+Leo-MathGuy@users.noreply.github.com>2023-03-25 18:18:25 -0700
committerWez Furlong <wez@wezfurlong.org>2023-03-25 18:22:08 -0700
commitd64c90e6fa8631bc519db3c8aceb5ad27f024e00 (patch)
treeb3ae4588c9acda8e857a2696a6ba38a1e5e3872f
parent6ac2a1c4830f965b834c09e945fc289aa4e40ab3 (diff)
Typo
:nerd_face:
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 31ddbf1..7085e72 100644
--- a/README.md
+++ b/README.md
@@ -120,8 +120,9 @@ echo 'KERNEL=="uinput", GROUP="input"' | sudo tee /etc/udev/rules.d/input.rules
For some platforms, you might need to create an `input` group first and run:
```
-echo 'KERNEL=="event*", NAME="input/%k", MODE="660", GROUP="input"' | sudo tee /etc/udev/rules.d/input.rules as well.
+echo 'KERNEL=="event*", NAME="input/%k", MODE="660", GROUP="input"' | sudo tee /etc/udev/rules.d/input.rules
```
+as well.
## Systemd