From 4e3fb12d753c9c0c9a025af84128b9f97d33e728 Mon Sep 17 00:00:00 2001 From: Thijs Triemstra Date: Sun, 14 Jan 2018 21:55:21 +0100 Subject: [PATCH] update changelog --- CHANGES.md | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 32e2f95b..4ef4f2be 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,6 +6,7 @@ videojs-record changelog - Fix compatibility with video.js 6.6.0 (#198) - Bump required version for videojs-wavesurfer to 2.1.4 +- Document how to stream upload to server using timestamp event (#176) 2.0.5 - 2017/12/30 diff --git a/README.md b/README.md index 7cdce398..5b6bd692 100644 --- a/README.md +++ b/README.md @@ -356,7 +356,7 @@ It's also possible to get data during recording with specific time-intervals. Th be useful in scenarios where you're recording a long clip and planning to upload recorded blobs to a server periodically, where the clip is stiched it together. -Enable the event with the `timeSlice` option, for example: +Enable the event with the `timeSlice` option: ```javascript record: {