Explorar el Código

Fixed wrong headline size

Dominic Szablewski hace 12 años
padre
commit
5b64e09935
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      README.md

+ 1 - 1
README.md Ver fichero

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