fixing cURL commands in documentation

This commit is contained in:
Julien Neuhart
2018-12-11 14:09:04 +01:00
parent 52c14a79a1
commit 83cf43a314
6 changed files with 54 additions and 54 deletions

View File

@@ -32,8 +32,8 @@ All files will be merged into a single resulting PDF.
$ curl --request POST \
--url http://localhost:3000/convert/office \
--header 'Content-Type: multipart/form-data' \
--form files=@document.docx
--form files=@document2.docx
--form files=@document.docx \
--form files=@document2.docx \
> result.pdf
```