Fix typo in README

This commit is contained in:
2025-05-04 17:37:17 +02:00
parent e3a76da156
commit 7dd61daaf5

View File

@@ -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"}'
`
___