From 7dd61daaf537da5f376498405d86b67f160e8e8e Mon Sep 17 00:00:00 2001 From: zucham Date: Sun, 4 May 2025 17:37:17 +0200 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ae6bc6..ca8d504 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ ___ - Tell the client to play a video, defined by the filename parameter: ` -curl -X POST http://localhost:8000/control -H "Content-Type: application/json" -d '{"command": "playvideo", "filename": "stallman.webm}' +curl -X POST http://localhost:8000/control -H "Content-Type: application/json" -d '{"command": "playvideo", "filename": "stallman.webm"}' ` ___