From 0bea150d43860d49a1a61e09f0f9a09bbd9ee3b6 Mon Sep 17 00:00:00 2001 From: rjc Date: Sun, 19 Nov 2017 19:17:14 +0000 Subject: [PATCH] Fix two simply typos Mastodon is a *single* federated social network - albeit decentralised with multiple independent servers. The 2nd typo is insignificant as the `.list` file can be named anything but I thought you'd like consistency :^) --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index e92ed7c..ad68a63 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ Toot - a Mastodon CLI client ============================ -Interact with Mastodon social networks from the command line. +Interact with Mastodon social network from the command line. .. image:: https://img.shields.io/travis/ihabunek/toot.svg?maxAge=3600&style=flat-square :target: https://travis-ci.org/ihabunek/toot @@ -28,7 +28,7 @@ Add the `bezdomni.net` repository: .. code-block:: - echo "deb http://bezdomni.net/packages/ ./" | sudo tee /etc/apt/sources.list.d/bezomni.list + echo "deb http://bezdomni.net/packages/ ./" | sudo tee /etc/apt/sources.list.d/bezdomni.list curl https://keybase.io/ihabunek/pgp_keys.asc | sudo apt-key add - Install the package: