aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2020-03-14 14:27:09 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2020-03-14 14:27:09 +0100
commit5b32fab4e13a7924b1561b6af6f583c2aedc6955 (patch)
treef57c70d35eb6106337919e20e99d567520abffea /README.md
parentFixed email notifications. (diff)
parentAdded screenshot in the README. (diff)
downloadnewspipe-5b32fab4e13a7924b1561b6af6f583c2aedc6955.tar.gz
newspipe-5b32fab4e13a7924b1561b6af6f583c2aedc6955.tar.bz2
newspipe-5b32fab4e13a7924b1561b6af6f583c2aedc6955.zip
Merge branch 'master' of git.sr.ht:~cedric/newspipe
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 681690f6..ffa9307d 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,8 @@
[Newspipe](https://git.sr.ht/~cedric/newspipe) is a web news aggregator.
+![Newspipe Home page](docs/static/newspipe_home-page.png "Newspipe Home page")
+
Newspipe is written in Python. The core technologies are
[Flask](http://flask.pocoo.org),
[asyncio](https://www.python.org/dev/peps/pep-3156/) and
bgstack15