From 03b19367406ec6f5a35226e66c25ef6556e65bf0 Mon Sep 17 00:00:00 2001 From: Jeena Date: Sat, 21 Mar 2026 12:47:06 +0000 Subject: [PATCH] docs: fix image caching description in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4bae82..6d92bc9 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ It follows the [river of news](http://scripting.com/2014/06/02/whatIsARiverOfNew - **River of news**: all unread articles in one flat list, auto-marked as read as you flip through them one by one - **Offline reading**: article content and images are cached locally so you can read without a connection -- **Image caching**: images are pre-fetched after each reload; skipped on metered connections unless enabled in preferences +- **Image caching**: images are pre-fetched after each reload; can be disabled in preferences and is always skipped on metered connections - **Offline sync**: read/unread state changes made offline are queued and pushed to the server next time you're online - **Persistent state**: the article list, selected article, and scroll position are restored when you reopen the app - **Dark mode**: follows the system color scheme automatically