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

@@ -34,8 +34,8 @@ For instance:
$ curl --request POST \
--url http://localhost:3000/convert/markdown \
--header 'Content-Type: multipart/form-data' \
--form files=@index.html
--form files=@file.md
--form files=@index.html \
--form files=@file.md \
> result.pdf
```