Skip to content

Commit

Permalink
fixed yet another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mhemesath committed Jul 13, 2011
1 parent a3872ba commit 7124ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Expand Up @@ -87,5 +87,5 @@ Like PDFs, images can be output to files, or through stdout.

// stdout
new Image({url: "www.google.com"}).convert(function(err, stdout) {
console.log(stdout); // outputs contents of the PDF.
console.log(stdout); // outputs contents of the png.
});

0 comments on commit 7124ff3

Please sign in to comment.