From 682ab253b0cd163d0b983cca9478800ae762c5a3 Mon Sep 17 00:00:00 2001 From: pictuga Date: Mon, 25 Feb 2013 21:56:16 +0100 Subject: [PATCH] Typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 31c2e35..894a68d 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,6 @@ To use this script, you have to enable "postprocessing filter" in liferea feed s morss "RULE" -And you have to replace **RULE** with a proper rule, which has to be a proper xpath instruction, matching the main content of the website. Some rules example are given in the "rules" file. You have to keep the " " aroung the rule. If the parameter is omitted, `//h1/..` is used instead. This default ruled works on a lot of websites, since it's a common practice for search engine optimization. +And you have to replace **RULE** with a proper rule, which has to be a proper xpath instruction, matching the main content of the website. Some rules example are given in the "rules" file. You have to keep the " " aroung the rule. If the parameter is omitted, `//h1/..` is used instead. This default rule works on a lot of websites, since it's a common practice for search engine optimization. Using this, rss refresh tends to be a bit slower, but caching helps a lot for frequent updates.