Skip to content

Commit

Permalink
Fixed wrong headline size
Browse files Browse the repository at this point in the history
  • Loading branch information
phoboslab committed Sep 16, 2013
1 parent 53e06a0 commit 5b64e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ var client = new WebSocket( 'ws://example.com:8084/' );
var player = new jsmpeg(client, {canvas:canvas});
```

##Stream Recording##
###Stream Recording###

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.

Expand Down

0 comments on commit 5b64e09

Please sign in to comment.