Skip to content

Commit 33c91e1

Browse files
committed
Merge pull request #532 from tricknotes/fix-example-in-readme
Fix example code in README.md
2 parents 426d645 + 53ba446 commit 33c91e1

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
@@ -309,7 +309,7 @@ Multipart POSTs and PUTs are supported as well.
309309
The request:
310310

311311
```
312-
curl --form image_file=image.jpg http://localhost:9292/upload
312+
curl --form image_file=@image.jpg http://localhost:9292/upload
313313
```
314314

315315
The Grape endpoint:

0 commit comments

Comments
 (0)