aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2018-12-15 17:43:18 +0100
committerTeddy Wing2018-12-15 17:43:18 +0100
commit8a5e7baaf538538564ca45b933e27f9f9d760f53 (patch)
tree0d92b60e4cfaf290e8c1767fb6ca0dee9ecd68ee
parent10ceaed3d89d32a55c2d8cabad4e261c4e255c59 (diff)
downloadmeetup-find-events-rss-8a5e7baaf538538564ca45b933e27f9f9d760f53.tar.bz2
README: Use `file://` URL scheme required by Newsboat
Otherwise Newsboat errors when trying to access the feed.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6dacaa8..6ca9a57 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ A Meetup API token can be obtained from
## Example
Here's a demonstration of the result of the above script in Newsboat.
- echo '~/meetup-upcoming.xml' >> ~/.newsboat/urls
+ echo "file://$HOME/meetup-upcoming.xml" >> ~/.newsboat/urls
[TODO demo gif]