summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2018-02-18 14:41:13 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2018-02-18 14:41:13 +0100
commit0c6ca5aa4191aef9a19cc38db4eabf9009f36d08 (patch)
tree0db5a168417fd8c5008e2b3d58ecea1a9da91a42
parent08b5e6ab3a4de0ff30743fa9c348724c11c55b74 (diff)
README: update sfeed_web example
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 2ebf6c6..a76641f 100644
--- a/README
+++ b/README
@@ -154,12 +154,12 @@ Usage and examples
Find RSS/Atom feed urls from a webpage:
- url="codemadness.org"; curl -L -s "$url" | sfeed_web "$url"
+ url="https://codemadness.org"; curl -L -s "$url" | sfeed_web "$url"
-output:
+output example:
- http://codemadness.org/blog/rss.xml application/rss+xml
- http://codemadness.org/blog/atom.xml application/atom+xml
+ https://codemadness.org/blog/rss.xml application/rss+xml
+ https://codemadness.org/blog/atom.xml application/atom+xml
- - -