docs(readme): use https scheme for example URLs

This commit is contained in:
orhun 2021-07-27 16:20:01 +03:00
parent 466a87b8d2
commit a0b9424b94
No known key found for this signature in database
GPG Key ID: F83424824B3E4B90
1 changed files with 3 additions and 3 deletions

View File

@ -5,10 +5,10 @@
```sh
$ echo "some text" > awesome.txt
$ curl -F "file=@awesome.txt" paste.example.com
http://paste.example.com/safe-toad.txt
$ curl -F "file=@awesome.txt" https://paste.site.com
https://paste.site.com/safe-toad.txt
$ curl http://paste.example.com/safe-toad.txt
$ curl https://paste.site.com/safe-toad.txt
some text
```