fixed typo in item_explanation.md

This commit is contained in:
Paul Zinselmeyer 2023-04-20 00:15:24 +02:00
parent 3896c5a93c
commit ba8adc2315
Signed by: pfzetto
GPG key ID: 4EEF46A5B276E648

View file

@ -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.