aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index a61920d9..84ba22e5 100644
--- a/README.rst
+++ b/README.rst
@@ -18,7 +18,8 @@ Main features
* export and import feeds with OPML files;
* favorite articles;
* detection of inactive feeds;
-* share articles with Google +, Pinboard and reddit.
+* share articles with Google +, Pinboard and reddit;
+* personal management of bookmarks.
The core technologies are `Flask <http://flask.pocoo.org>`_,
`asyncio <https://www.python.org/dev/peps/pep-3156/>`_ ,
bgstack15