diff --git a/wayvr/src/gui/README.md b/wayvr/src/gui/README.md
index 2418717..463e2cf 100644
--- a/wayvr/src/gui/README.md
+++ b/wayvr/src/gui/README.md
@@ -80,16 +80,6 @@ This button action executes a shell script using the `sh` shell.
```
-###### Update the button's label from stdout
-
-```xml
-
-```
-
-- Write lines to the script's stdout to update the label text.
-- The label will look for the last complete line to use as its text.
-- Long-running scripts are allowed, but the label is only updated while the HMD is active.
-
##### `::OscSend `
Send an OSC message. The target port comes from the `osc_out_port` configuration setting.