Skip to content

Commit

Permalink
Fix typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
angristan committed Feb 22, 2025
1 parent 6983453 commit 9f7e1f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Larafeed is a simple feed reader.
- Background jobs are powered by Laravel queues
- Favicon fetching is powered by [ash-jc-allen/favicon-fetcher](https://github.com/ash-jc-allen/favicon-fetcher)
- They are proxified through [imgproxy](https://github.com/imgproxy/imgproxy)
- Images from article are also proxified and optimized through `imgproxy`, for better privacy and performance
- Images from articles are also proxified and optimized through `imgproxy`, for better privacy and performance
- Google Reader API and Fever API are implemented from scratch
- I relied heavily on the implementations of [FreshRSS](https://github.com/FreshRSS/FreshRSS/tree/edge/p/api) and [Miniflux](https://github.com/miniflux/v2/tree/main/internal)
- And in practice, using [Reeder classic](https://reederapp.com/classic/) as a client with Miniflux as a backend, I inspected the API calls with [mitmproxy](https://mitmproxy.org/) to, in a way, *reverse-engineer* the API
Expand Down

0 comments on commit 9f7e1f8

Please sign in to comment.