mirror of
https://github.com/amigan/rustypaste-pretty.git
synced 2024-11-21 20:09:48 -05:00
docs(readme): use https scheme for example URLs
This commit is contained in:
parent
466a87b8d2
commit
a0b9424b94
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue