aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2012-12-21 07:35:27 +0100
committerCédric Bonhomme <kimble.mandel@gmail.com>2012-12-21 07:35:27 +0100
commit6af6609fb8e02e53828470c31d6cb8d107037726 (patch)
tree494517062c6111e5004224bcd8f3cbb5326859ce /README.md
parentImprovements in the search.html template. (diff)
downloadnewspipe-6af6609fb8e02e53828470c31d6cb8d107037726.tar.gz
newspipe-6af6609fb8e02e53828470c31d6cb8d107037726.tar.bz2
newspipe-6af6609fb8e02e53828470c31d6cb8d107037726.zip
Updated README.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 032008ad..01c55574 100644
--- a/README.md
+++ b/README.md
@@ -15,11 +15,11 @@ A documentation is available [here](https://pyaggr3g470r.readthedocs.org/).
Features
------------
* articles are stored in a [MongoDB](http://www.mongodb.org/) database (local or remote);
-* search articles;
+* article searching;
* e-mail notification;
* export articles to HTML, EPUB, PDF or raw text;
* favorite articles;
-* share articles with Diaspora, Google Buzz, Pinboard, Identi.ca, Digg, reddit, Scoopeo, Blogmarks and Twitter;
+* share articles with Diaspora, Google +, Pinboard, Identi.ca, Digg, reddit, Scoopeo, and Blogmarks;
* generation of QR codes with URLs of articles.
bgstack15