From 3591660778c5436d4fb95dca2f0a46564d893f73 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Tue, 10 Mar 2020 10:29:05 +0100 Subject: Updated README. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 071622eb..faa3e455 100644 --- a/README.md +++ b/README.md @@ -5,17 +5,17 @@ [Newspipe](https://git.sr.ht/~cedric/newspipe) is a web-based news aggregator and reader. +Newspipe is written in Python. The core technologies are +[Flask](http://flask.pocoo.org), +[asyncio](https://www.python.org/dev/peps/pep-3156/) and +[SQLAlchemy](http://www.sqlalchemy.org). + For reporting issues, visit the tracker here: https://todo.sr.ht/~cedric/newspipe For contributions, use the mailing list to send your patches: https://lists.sr.ht/~cedric/newspipe -Newspipe is written in Python. The core technologies are -[Flask](http://flask.pocoo.org), -[asyncio](https://www.python.org/dev/peps/pep-3156/) and -[SQLAlchemy](http://www.sqlalchemy.org). - ## Main features -- cgit