Dominic Szablewski 10 年 前
コミット
ee3bcaf825
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      README.md

+ 1 - 1
README.md ファイルの表示

@@ -45,7 +45,7 @@ player.seekToFrame(1200, true); // Seek to frame 1200 exactly
45 45
 // Passing 'seekable: true' also populates the total frame count and duration
46 46
 // of the video
47 47
 
48
-console.log('Duration: '+player.duration+' seconds ('+frames+' player.frameCount)')
48
+console.log('Duration: '+player.duration+' seconds ('+player.frameCount+' frames)')
49 49
 
50 50
 
51 51