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,7 +17,7 @@ By doing so, your requests to the API will be over before the conversions are ac
$ curl --request POST \
--url http://localhost:3000/convert/html \
--header 'Content-Type: multipart/form-data' \
--form files=@index.html
--form files=@index.html \
--form webhookURL='http://myapp.com/webhook/'
```