From ae3bd583868e26cd67088174d382d2f1d3b89f62 Mon Sep 17 00:00:00 2001 From: pictuga Date: Fri, 20 Mar 2020 11:43:19 +0100 Subject: [PATCH] README: clarify newsreader hook syntax --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ce714a..7b36697 100644 --- a/README.md +++ b/README.md @@ -191,7 +191,7 @@ scripts can be run on top of the RSS feed, using its To use this script, you have to enable "(Unix) command" in liferea feed settings, and use the command: ``` -[python2.7] PATH/TO/MORSS/main.py [argwithoutvalue] [argwithvalue=value] [...] FEEDURL +[python[2.7]] PATH/TO/MORSS/main.py [argwithoutvalue] [argwithvalue=value] [...] FEEDURL ``` For example: `python2.7 PATH/TO/MORSS/main.py http://feeds.bbci.co.uk/news/rss.xml`