Skip to content

Commit

Permalink
[readme] Fixed typo in code example
Browse files Browse the repository at this point in the history
  • Loading branch information
rsms committed Sep 22, 2012
1 parent 751aca9 commit cba60ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -79,7 +79,7 @@ Example:


```javascript ```javascript
im.convert(['kittens.jpg', '-resize', '25x120', 'kittens-small.jpg'], im.convert(['kittens.jpg', '-resize', '25x120', 'kittens-small.jpg'],
function(err, metadata){ function(err, stdout){
if (err) throw err; if (err) throw err;
console.log('stdout:', stdout); console.log('stdout:', stdout);
}); });
Expand Down

0 comments on commit cba60ba

Please sign in to comment.