From a0b9424b944ee1c9126ff048df56b35455734d1a Mon Sep 17 00:00:00 2001 From: orhun Date: Tue, 27 Jul 2021 16:20:01 +0300 Subject: [PATCH] docs(readme): use https scheme for example URLs --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1f37c4e..d431358 100644 --- a/README.md +++ b/README.md @@ -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 ```