Skip to content

Commit

Permalink
Update MainPageSection.razor
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideWiest authored May 31, 2024
1 parent 0b28c57 commit 68eae69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Reader/Shared/Sections/MainPageSection.razor
Original file line number Diff line number Diff line change
Expand Up @@ -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.
</FrontSubSection>
<FrontSubSection Title="Features">
Expand Down Expand Up @@ -115,4 +115,4 @@
[Parameter]
public string actionLink { get; set; } = default!;

}
}

0 comments on commit 68eae69

Please sign in to comment.