Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
phoboslab committed Jun 2, 2015
1 parent a8f3d0b commit ee3bcaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ player.seekToFrame(1200, true); // Seek to frame 1200 exactly
// Passing 'seekable: true' also populates the total frame count and duration
// of the video

console.log('Duration: '+player.duration+' seconds ('+frames+' player.frameCount)')
console.log('Duration: '+player.duration+' seconds ('+player.frameCount+' frames)')



Expand Down

0 comments on commit ee3bcaf

Please sign in to comment.