Skip to content

Commit

Permalink
Merge pull request #2460 from OwnageIsMagic/patch-1
Browse files Browse the repository at this point in the history
Fix wrong MIME type in example
  • Loading branch information
FredKSchott committed Feb 13, 2017
2 parents d40f9af + 33700bd commit 223f44b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -185,7 +185,7 @@ var formData = {
value: fs.createReadStream('/dev/urandom'),
options: {
filename: 'topsecret.jpg',
contentType: 'image/jpg'
contentType: 'image/jpeg'
}
}
};
Expand Down

0 comments on commit 223f44b

Please sign in to comment.