ソースを参照

Fixed wrong headline size

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

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

51
 var player = new jsmpeg(client, {canvas:canvas});
51
 var player = new jsmpeg(client, {canvas:canvas});
52
 ```
52
 ```
53
 
53
 
54
-##Stream Recording##
54
+###Stream Recording###
55
 
55
 
56
 To record an MPEG stream clientside in the browser jsmpeg provides the `.startRecording(cb)` and `.stopRecording()` methods. `.stopRecording()` returns a `Blob` object that can be used to create a download link.
56
 To record an MPEG stream clientside in the browser jsmpeg provides the `.startRecording(cb)` and `.stopRecording()` methods. `.stopRecording()` returns a `Blob` object that can be used to create a download link.
57
 
57