aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2020-03-10 10:29:05 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2020-03-10 10:29:05 +0100
commit3591660778c5436d4fb95dca2f0a46564d893f73 (patch)
tree0a27f92a451fd95b2ad2c91f8bab5cc43f368264
parentUpdated README. (diff)
downloadnewspipe-3591660778c5436d4fb95dca2f0a46564d893f73.tar.gz
newspipe-3591660778c5436d4fb95dca2f0a46564d893f73.tar.bz2
newspipe-3591660778c5436d4fb95dca2f0a46564d893f73.zip
Updated README.
-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