aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index d1553f86..7cc4458f 100644
--- a/README.rst
+++ b/README.rst
@@ -11,7 +11,8 @@ based on `Flask <http://flask.pocoo.org/>`_.
Features
========
-* the database is managed with `SQLAlchemy <http://www.sqlalchemy.org/>`_;
+* can be deployed both on Heroku and on a traditional server;
+* HTTP proxy support;
* feeds batch import with OPML files;
* export all your feeds to OPML;
* e-mail notification;
bgstack15