summaryrefslogtreecommitdiff
path: root/FAQ.md
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-05-28 18:18:59 +0000
committerAndrew Dolgov <[email protected]>2023-05-28 18:18:59 +0000
commit151dbec20a1762be0fa0c2082c66d0dc9da28a87 (patch)
tree1c8dbc092b49955049f5b8f6f39f9d19ecbd21c5 /FAQ.md
parent920cdbfe0c32697922f51e9f622d20ec50a757dc (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 a1d884f..6c6e7f3 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -139,7 +139,7 @@ See this thread for more information / feedback: <https://community.tt-rss.org/t
```
$ curl -s "https://example.com/tt-rss/public.php?op=getUnread&login=you&fresh=1" ; echo
8;1
-Andrews-MacBook-Air:~:$ curl -s "https://rss.fakecake.org/tt-rss/public.php?op=getUnread&login=you" ; echo
+$ curl -s "https://example.com/tt-rss/public.php?op=getUnread&login=you" ; echo
8
```