From df4e3abd277d61fa221a9b6dcf5455ec8ac7a2ff Mon Sep 17 00:00:00 2001 From: Thijs Triemstra Date: Sun, 31 Jan 2021 17:33:20 +0100 Subject: [PATCH] doc update --- docs/recorded-data.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/recorded-data.md b/docs/recorded-data.md index b6741e74..d62c6de5 100644 --- a/docs/recorded-data.md +++ b/docs/recorded-data.md @@ -15,7 +15,7 @@ player.on('finishRecord', function() { ## Save data Use the `saveAs` method to show a 'Save as' browser dialog where the user can -choose the storage location for the recorded data. It accepts a `name` object that +choose the storage location for the recorded data. It accepts an object that contains a mapping between the media type and the filename. For example: ```javascript @@ -48,7 +48,7 @@ record: { } ``` -And listen for the `finishConvert` event. For example: +And listen for the `finishConvert` event: ```javascript // converter ready and stream is available