From 9e87bdd6a06c37f972142b17678047bc728eeab4 Mon Sep 17 00:00:00 2001 From: darryncampbell Date: Mon, 20 Apr 2026 14:34:45 +0100 Subject: [PATCH] Fix publishers flag on egress test-template command in ReadMe --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0350759d..3f47a2e0 100644 --- a/README.md +++ b/README.md @@ -290,7 +290,7 @@ lk egress test-template \ --base-url http://localhost:3000 \ --room test-room \ --layout speaker \ - --video-publishers 3 + --publishers 3 ``` This command will launch a browser pointed at `http://localhost:3000`, while simulating 3 publishers publishing to your livekit instance.