From 6afab6f421b7ee81d6b4a5f8115a21d220af28fe Mon Sep 17 00:00:00 2001 From: Jeena Date: Sat, 21 Mar 2026 11:37:18 +0000 Subject: [PATCH] docs: clarify app works with any Greader API server --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dcccb95..b887ded 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ # FeedTheMonkey -FeedTheMonkey is a desktop client for [Tiny Tiny RSS](https://tt-rss.org). It doesn't -work as a standalone feed reader — it connects to a TT-RSS server via the Fever/Greader -API to fetch articles and sync read state. +FeedTheMonkey is a desktop client for any server that implements the +[Greader API](https://github.com/theoldreader/api) (such as FreshRSS, Miniflux, or +Tiny Tiny RSS with the Greader plugin). It doesn't work as a standalone feed reader — +it connects to a server to fetch articles and sync read state. This is version 3, rewritten in Rust with GTK4 and libadwaita.