aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md10
1 files 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
bgstack15