aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8562b412..d69fca13 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ based on [Flask](http://flask.pocoo.org/).
Features
--------
-* the database is managed with [SQLAlchemy](http://www.sqlalchemy.org/) database;
+* the database is managed with [SQLAlchemy](http://www.sqlalchemy.org/);
* feeds batch import with OPML files;
* export all your feeds to OPML;
* e-mail notification;
bgstack15