Skip to content

Commit

Permalink
gendocs
Browse files Browse the repository at this point in the history
  • Loading branch information
DamonOehlman committed Oct 28, 2014
1 parent 2dae718 commit 2de8cb6
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 @@ -16,7 +16,7 @@ suitable constraints that can be passed onto a `getUserMedia` call.
var screenshare = require('rtc-screenshare');
var media = require('rtc-media');

screenshare.window(function(err, constraints) {
screenshare(function(err, constraints) {
if (err) {
return console.error('Could not capture window: ', err);
}
Expand Down

0 comments on commit 2de8cb6

Please sign in to comment.