Skip to content

Commit 3eabb17

Browse files
authored
Merge pull request #285 from OwnageIsMagic/patch-1
Fix wrong MIME type in example
2 parents 6edf2cd + 5f49bf5 commit 3eabb17

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
@@ -134,7 +134,7 @@ someModule.stream(function(err, stdout, stderr) {
134134
form.append('file', stdout, {
135135
filename: 'unicycle.jpg', // ... or:
136136
filepath: 'photos/toys/unicycle.jpg',
137-
contentType: 'image/jpg',
137+
contentType: 'image/jpeg',
138138
knownLength: 19806
139139
});
140140

0 commit comments

Comments
 (0)