aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2017-05-24 23:59:40 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2017-05-24 23:59:40 +0200
commit0204cf63fe67e188348d41700c29c6134beb5753 (patch)
tree0199b2f74baf65f2503c5150adc93832b6b1e1f8 /README.rst
parentImport from pinboard is now faster. Bookmarks are sorted by time. (diff)
downloadnewspipe-0204cf63fe67e188348d41700c29c6134beb5753.tar.gz
newspipe-0204cf63fe67e188348d41700c29c6134beb5753.tar.bz2
newspipe-0204cf63fe67e188348d41700c29c6134beb5753.zip
Release 8.0.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 84ba22e5..36748731 100644
--- a/README.rst
+++ b/README.rst
@@ -19,7 +19,7 @@ Main features
* favorite articles;
* detection of inactive feeds;
* share articles with Google +, Pinboard and reddit;
-* personal management of bookmarks.
+* personal management of bookmarks (with import from Pinboard).
The core technologies are `Flask <http://flask.pocoo.org>`_,
`asyncio <https://www.python.org/dev/peps/pep-3156/>`_ ,
bgstack15