From f25fcc75ba0d005eae68562c4d69315f19f28994 Mon Sep 17 00:00:00 2001 From: teddit Date: Wed, 6 Jan 2021 16:23:49 +0100 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8deb236..1c42cf0 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Inspired by the [Nitter](https://github.com/zedeus/nitter) project. * No JavaScript or ads * All requests go through the backend, client never talks to Reddit * Prevents Reddit from tracking your IP or JavaScript fingerprint -* [Unofficial API](https://codeberg.org/teddit/teddit/wiki#teddit-api) (no rate limits or Reddit account required) +* [Unofficial API](https://codeberg.org/teddit/teddit/wiki#teddit-api) (RSS & JSON support, no rate limits or Reddit account required) * Lightweight (teddit frontpage: ~30 HTTP requests with ~270 KB of data downloaded vs. Reddit frontpage: ~190 requests with ~24 MB) * Self-hostable. Anyone can setup an instance. An instance can either use Reddit's API with or without OAuth (so Reddit API key is not necessarily needed).