Procházet zdrojové kódy

Fixed wrong headline size

Dominic Szablewski před 12 roky
rodič
revize
5b64e09935
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      README.md

+ 1 - 1
README.md Zobrazit soubor

@@ -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