aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2014-04-08 23:22:57 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2014-04-08 23:22:57 +0200
commita532b74a47046657004b391ec5c1b99dc1350991 (patch)
tree9e98d7834aa0fd5f335a9199f23a52ee6eb18d87 /README.md
parentUpdated README. (diff)
downloadnewspipe-a532b74a47046657004b391ec5c1b99dc1350991.tar.gz
newspipe-a532b74a47046657004b391ec5c1b99dc1350991.tar.bz2
newspipe-a532b74a47046657004b391ec5c1b99dc1350991.zip
Fixed README.
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