From 9eb6c8a282398e7f7d1590e024e45939ab3443b1 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Fri, 27 Jun 2025 13:53:55 +0100 Subject: [PATCH] use red in example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26e1a40..c80cc87 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ gobs-cli --style="red" --no-border sceneitem list Or with environment variables: ```env -GOBS_STYLE=cyan +GOBS_STYLE=red GOBS_STYLE_NO_BORDER=true ```