From ff92499406529854586ada68b241f13e0e5c3df0 Mon Sep 17 00:00:00 2001 From: Jeena Date: Sat, 21 Mar 2026 11:59:00 +0000 Subject: [PATCH] docs: name supported servers explicitly instead of implying universal detection --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6030465..0613f3a 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # FeedTheMonkey -FeedTheMonkey is a desktop client for any server that implements the -[Greader API](https://github.com/theoldreader/api), such as -[FreshRSS](https://freshrss.org) or [Miniflux](https://miniflux.app). -Just enter your server URL — the app detects the API path automatically. It doesn't work as a standalone feed reader — +FeedTheMonkey is a desktop client for [FreshRSS](https://freshrss.org) and +[Miniflux](https://miniflux.app), which both implement the +[Greader API](https://github.com/theoldreader/api). +Just enter your server URL — no need to know the API path. 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.