aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst4
1 files changed, 1 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 85d866b3..792c7ca1 100644
--- a/README.rst
+++ b/README.rst
@@ -2,11 +2,9 @@
🗞 Newspipe 🗞
=============
-
Presentation
------------
-
`Newspipe <https://github.com/newspipe/newspipe>`_ is a web-based news
aggregator and reader.
@@ -28,7 +26,7 @@ The core technologies are `Flask <http://flask.pocoo.org>`_,
`SQLAlchemy <http://www.sqlalchemy.org>`_
and `React <https://facebook.github.io/react/>`_.
-Python >= 3.6 is required.
+Python >= 3.6.6 is recommended.
Documentation
bgstack15