fixed typo in item_explanation.md
This commit is contained in:
parent
3896c5a93c
commit
ba8adc2315
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ To use the build-in link-shortener functionality you have to POST the URL with C
|
|||
`$ curl -H "Content-Type: image/png" --data-binary @my-image.png <bin_url>`
|
||||
|
||||
## Upload a big file
|
||||
`$ curl -G "Content-Type: application/gzip" -T my-file.tar.gz <bin_url>`
|
||||
`$ curl -X POST -H "Content-Type: application/gzip" -T my-file.tar.gz <bin_url>`
|
||||
|
||||
## Accessing the data
|
||||
After uploading data you can access it by accessing <bin_url> with an optional file extension that suits the data that you uploaded.
|
||||
|
|
Loading…
Reference in a new issue