Dominic Szablewski пре 12 година
родитељ
комит
5b64e09935
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      README.md

+ 1 - 1
README.md Прегледај датотеку

@@ -51,7 +51,7 @@ var client = new WebSocket( 'ws://example.com:8084/' );
51 51
 var player = new jsmpeg(client, {canvas:canvas});
52 52
 ```
53 53
 
54
-##Stream Recording##
54
+###Stream Recording###
55 55
 
56 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