From 909d3d905a2e84285eb594f713c2e52536ff1712 Mon Sep 17 00:00:00 2001 From: Roni Laukkarinen Date: Sun, 1 Feb 2026 18:23:49 +0200 Subject: [PATCH] Revise README for features and privacy emphasis Updated feature list and privacy section for clarity. --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 55fb43d..f979215 100644 --- a/README.md +++ b/README.md @@ -9,16 +9,13 @@ A web-based speed reading tool using Rapid Serial Visual Presentation (RSVP) wit ## Features -- 100% offline +- Privacy-first, offline-first - EPUB and TXT file support -- Adjustable reading speed (50-1500 WPM) -- Progress tracking with position memory per text -- Dark theme optimized for reading -- Settings persisted to localStorage +- Settings and progress persisted to localStorage localhost_5179_ -## Privacy and offline +## Privacy-first, offline-first Everything runs locally in your browser. Your text and files never leave your computer - no servers, no tracking, no analytics. EPUB and TXT files are processed entirely client-side. Settings and reading progress are stored in localStorage. Works offline once loaded.