docs: cURL write to a file instead of stdout (#25)

This commit is contained in:
Ben Davies
2018-12-14 08:28:18 +00:00
committed by Julien Neuhart
parent 3f7b006d16
commit d34fb92211
5 changed files with 16 additions and 16 deletions

View File

@@ -19,7 +19,7 @@ $ curl --request POST \
--header 'Content-Type: multipart/form-data' \
--form files=@file.pdf \
--form files=@file2.pdf \
> result.pdf
-o result.pdf
```
### Go