multiple arguments to riverctl spawn must be quoted.
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index bdbdbe6..a830654 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ zig build --prefix ~/.local install
Add the following toward the end of `$XDG_CONFIG_HOME/river/init`:
```
-riverctl spawn levee pulse backlight battery
+riverctl spawn "levee pulse backlight battery"
```
## Dependencies
--
2.37.1