From bad8cf7f11124a837bfc7b57a3dd5f5b0ef6e2a8 Mon Sep 17 00:00:00 2001 From: fab Date: Fri, 31 May 2024 06:28:03 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33d6a247..cf71976f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # UglyFeed -UglyFeed is a **simple** Python application designed to **retrieve**, **aggregate**, **filter**, **rewrite**, **evaluate** and **serve** content (RSS feeds) written by a large language model. This repository provides the code, the **[documentation](https://github.com/fabriziosalmi/UglyFeed/blob/main/docs/README.md)** and the necessary files to [run the application](https://github.com/fabriziosalmi/UglyFeed?tab=readme-ov-file#installation). +UglyFeed is a **simple** Python application designed to **retrieve**, **aggregate**, **filter**, **rewrite**, **evaluate** and **serve** content (RSS feeds) written by a large language model. This repository provides the code, the **[documentation](https://github.com/fabriziosalmi/UglyFeed/blob/main/docs/README.md)** and all necessary files to run the application.

UglyFeed