From f05eec6d53877963f167074fa8d080fdcc746667 Mon Sep 17 00:00:00 2001 From: Jeena Date: Sat, 21 Mar 2026 12:02:48 +0000 Subject: [PATCH] docs: fix README intro formatting --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c7a82cc..05bdb5e 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,15 @@ # FeedTheMonkey FeedTheMonkey is a desktop client for any server that implements the -[Greader API](https://github.com/theoldreader/api). When logging in, enter: +[Greader API](https://github.com/theoldreader/api). + +It doesn't work as a standalone feed reader — it connects to a server to fetch articles and sync read state. + +When logging in, enter: - **FreshRSS**: `https://example.com/api/greader.php` - **Miniflux**: `https://example.com` -- Other compatible servers: consult your server's documentation for the Greader API endpoint It doesn't work as a standalone feed reader — -it connects to a server to fetch articles and sync read state. +- Other compatible servers: consult your server's documentation for the Greader API endpoint This is version 3, rewritten in Rust with GTK4 and libadwaita.