Skip to content

Commit a075d23

Browse files
Fix wrong MIME type in example
1 parent 03444d2 commit a075d23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ someModule.stream(function(err, stdout, stderr) {
133133

134134
form.append('file', stdout, {
135135
filename: 'unicycle.jpg',
136-
contentType: 'image/jpg',
136+
contentType: 'image/jpeg',
137137
knownLength: 19806
138138
});
139139

0 commit comments

Comments
 (0)