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

View file

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