Skip to content

Commit

Permalink
Fix misleading, out-of-date example
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaldron committed Aug 21, 2016
1 parent aaeea9d commit c3c3e76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ var port = 8080;

var av = require("tessel-av");
var camera = new av.Camera({
width: 640,
height: 480,
width: 320,
height: 240,
});

var server = http.createServer((request, response) => {
Expand Down

0 comments on commit c3c3e76

Please sign in to comment.