aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2016-02-05 21:38:09 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2016-02-05 21:38:09 +0100
commitca349c230f8d671b359947384e9f0f4a4d65b62b (patch)
tree75a3ec29d626e0edd8fb74a0e6407218cf277267 /README.rst
parentUpdated Copyright years. (diff)
downloadnewspipe-ca349c230f8d671b359947384e9f0f4a4d65b62b.tar.gz
newspipe-ca349c230f8d671b359947384e9f0f4a4d65b62b.tar.bz2
newspipe-ca349c230f8d671b359947384e9f0f4a4d65b62b.zip
Updated README.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 5d9733f8..c61647d1 100644
--- a/README.rst
+++ b/README.rst
@@ -5,7 +5,8 @@ JARR
Presentation
------------
-`JARR (Just Another RSS Reader) <https://github.com/JARR-aggregator/JARR>`_ is a web-based news aggregator and reader.
+`JARR (Just Another RSS Reader) <https://github.com/JARR-aggregator/JARR>`_
+is a web-based news aggregator and reader.
Main features
-------------
@@ -20,7 +21,10 @@ Main features
* detection of inactive feeds;
* share articles with Google +, Pinboard and reddit.
-The core technologies are `Flask <http://flask.pocoo.org>`_, `asyncio <https://www.python.org/dev/peps/pep-3156/>`_ and `SQLAlchemy <http://www.sqlalchemy.org>`_.
+The core technologies are `Flask <http://flask.pocoo.org>`_,
+`asyncio <https://www.python.org/dev/peps/pep-3156/>`_ ,
+`SQLAlchemy <http://www.sqlalchemy.org>`_
+and `React <https://facebook.github.io/react/>`_.
Python 3.5 is recommended.
bgstack15