Skip to content

Commit 69ba711

Browse files
committed
fix typo
1 parent d8b14d5 commit 69ba711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ https://azure.microsoft.com/ja-jp/services/cognitive-services/face/
4141
curl http://localhost:8080/detect \
4242
-F "upload[]=@path/to/img1.jpg" \
4343
-F "upload[]=@path/to/img2.jpg" \
44-
-H Content-Type: multipart/form-data"
44+
-H "Content-Type: multipart/form-data"
4545
```
4646
- httpie
4747
```

0 commit comments

Comments
 (0)