diff options
| -rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 5355206..dd66260 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "bbbrecorder", "version": "0.0.1", - "description": "Capture all automated actions in a browser and export as a video", + "description": "Capture BBB recording & export as a video", "scripts": { - "example": "node export.js http://tobiasahlin.com/spinkit/ spinner.webm" + "example": "node export.js \"https://BBB_HOST/playback/presentation/2.0/playback.html?meetingId=MEETING_ID\" meeting.webm 10 true" }, "keywords": [ "record", |
