From 68eae69e5bb15d6c110783b405d9e330659c4d6e Mon Sep 17 00:00:00 2001 From: "Davide R. Wiest" Date: Fri, 31 May 2024 10:01:32 +0200 Subject: [PATCH] Update MainPageSection.razor --- Reader/Shared/Sections/MainPageSection.razor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Reader/Shared/Sections/MainPageSection.razor b/Reader/Shared/Sections/MainPageSection.razor index c8651de..7ae0ff9 100644 --- a/Reader/Shared/Sections/MainPageSection.razor +++ b/Reader/Shared/Sections/MainPageSection.razor @@ -51,7 +51,7 @@ I was impressed by the results of speed reading and searched for a free app for long-term use. I checked out Spritz, Spreeder, ReadQuick and others, but they all had a unreasonably high subscription free. I also looked for open source speed readers, namely jetzt, SpeedReader, sprint-reader, but almost all of them were abandoned years ago, and all of them were missing features I wanted. (E.g. file upload) - So I decided to spare a weekend and build my own implementation and share it. + So I decided to spare a week of free time and build my own implementation and share it. After a lot of positive feedback, primarily from the self-hosted community, I decided to extend it into a full-fledged product with the help of others. @@ -115,4 +115,4 @@ [Parameter] public string actionLink { get; set; } = default!; -} \ No newline at end of file +}