Skip to content

Commit 9be7083

Browse files
committed
Merge pull request #1016 from JohnMorales/master
Update readme to include content type in case content type validation…
2 parents a45dae8 + 7b88f78 commit 9be7083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ Multipart POSTs and PUTs are supported as well.
461461
The request:
462462

463463
```
464-
curl --form [email protected] http://localhost:9292/upload
464+
curl --form image_file='@image.jpg;type=image/jpg' http://localhost:9292/upload
465465
```
466466

467467
The Grape endpoint:

0 commit comments

Comments
 (0)