aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2019-05-11 22:22:11 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2019-05-11 22:22:11 +0200
commit1e5940533ffbe795e39038d6252ecf46cf098733 (patch)
tree2cabfb4e4623a6919701b2a4cec4998bf71423aa /README.rst
parentMerge branch 'master' of gitlab.com:newspipe/newspipe (diff)
downloadnewspipe-1e5940533ffbe795e39038d6252ecf46cf098733.tar.gz
newspipe-1e5940533ffbe795e39038d6252ecf46cf098733.tar.bz2
newspipe-1e5940533ffbe795e39038d6252ecf46cf098733.zip
Updated README.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index f2191d6c..5dcf7e21 100644
--- a/README.rst
+++ b/README.rst
@@ -1,6 +1,6 @@
-=============
-🗞 Newspipe 🗞
-=============
+========
+Newspipe
+========
Presentation
------------
@@ -18,7 +18,7 @@ Main features
* export and import feeds with OPML files;
* favorite articles;
* detection of inactive feeds;
-* share articles with Google +, Pinboard and reddit;
+* Pinboard and reddit;
* personal management of bookmarks (with import from Pinboard).
The core technologies are `Flask <http://flask.pocoo.org>`_,
bgstack15