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