diff --git a/README.md b/README.md index f10485fb..99a56ec0 100644 --- a/README.md +++ b/README.md @@ -179,7 +179,7 @@ Indicates that no more data will be received and that all remaining samples shou ### Segmentation ### ```javascript -var mp4box = MP4Box.createFile(); +var mp4boxfile = MP4Box.createFile(); mp4boxfile.onReady = function(info) { ... mp4boxfile.onSegment = function (id, user, buffer, sampleNumber, last) {}