aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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