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

@@ -17,8 +17,8 @@ will merge them and return the resulting PDF file.
$ curl --request POST \
--url http://localhost:3000/merge \
--header 'Content-Type: multipart/form-data' \
--form files=@file.pdf
--form files=@file2.pdf
--form files=@file.pdf \
--form files=@file2.pdf \
> result.pdf
```