diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2015-05-16 15:12:36 +0200 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2015-05-16 15:12:36 +0200 |
commit | f5ce4cb018a5d05ef55e3720973a6b747f940228 (patch) | |
tree | f9aaf7498bb6fc59c398766f71d3d8a2f301f1c9 /README | |
parent | 843c551810f868d72eda011c286229635fbee4a9 (diff) |
update README
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -117,7 +117,7 @@ Usage Find RSS/Atom feed urls from a webpage: - url="codemadness.org"; wget -L -q -O - "$url" | sfeed_web "$url" + url="codemadness.org"; curl -L -s "$url" | sfeed_web "$url" output: application/rss+xml http://codemadness.org/blog/rss.xml |