summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMarkus Birth <markus@birth-online.de>2013-04-13 01:16:53 +0200
committerMarkus Birth <markus@birth-online.de>2013-04-13 01:16:53 +0200
commit8cd178076ff7ff3f8973b7119a2675a3ec133faa (patch)
tree9ca14bad7d1fa2b027869e3f8e5a6ecf8ed6e0be /README.md
parent5a5728ef4d0b0291b039cf1942e87cc8d621d00b (diff)
downloadyafpp-8cd178076ff7ff3f8973b7119a2675a3ec133faa.tar.gz
yafpp-8cd178076ff7ff3f8973b7119a2675a3ec133faa.zip
Fixed PHP warning if JSON configuration is unreadable or empty. Fixes #3
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d794093..ed7365b 100644
--- a/README.md
+++ b/README.md
@@ -84,7 +84,7 @@ To test your XPath expressions, you can use these Chrome extensions:
Some XPath expressions you could need (the `//` is automatically prepended and must be omitted in the FeedMod configuration):
-##### HTML5 <article> tag
+##### HTML5 &lt;article&gt; tag
```html
<article>…article…</article>