summaryrefslogtreecommitdiff
path: root/FAQ.md
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-10-13 06:33:58 +0000
committerAndrew Dolgov <[email protected]>2023-10-13 06:33:58 +0000
commitc47e7b8e55055c97897f3cfdfa60199069e55aea (patch)
treeb74ebb7fedd145019640f4aa6ceead59ccd26a1a /FAQ.md
parentb6316a4f90c8135e30da7f437acbc7aff1a92dc4 (diff)
Update FAQ
Diffstat (limited to 'FAQ.md')
-rw-r--r--FAQ.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/FAQ.md b/FAQ.md
index 485e581..fe36bc9 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -6,7 +6,7 @@
### I want to check how tt-rss renders my feed / the feed I'm trying to use is parsed incorrectly
-- tt-rss expects valid XML feed data which is parsed using libxml. Any XML parse errors, should you feel that libxml is misbehaving (which is unlikely) should be reported to libxml developers. We don't add hacks for invalid XML on tt-rss side.
+- tt-rss expects valid XML feed data which is parsed using libxml. Any XML parse errors, should you feel that libxml is misbehaving (which is unlikely), should be reported to libxml developers. We don't add hacks for invalid XML on tt-rss side.
- You can run any RSS/Atom feed through tt-rss parser [here](https://tt-rss.org/myfeedsucks/).