Merge pull request #31 from rjc/patch-1 - toot - Unnamed repository; edit this … | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit 8a1a1353abd39c1a75584c0a31d62df5e01e0131 | |
parent 46a2a6e8ca07c6547f07982ae65ecfd048709c56 | |
Author: Ivan Habunek <[email protected]> | |
Date: Sun, 19 Nov 2017 21:34:26 +0100 | |
Merge pull request #31 from rjc/patch-1 | |
Fix two simple typos | |
Diffstat: | |
README.rst | 4 ++-- | |
1 file changed, 2 insertions(+), 2 deletions(-) | |
--- | |
diff --git 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=f… | |
: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.li… | |
+ echo "deb http://bezdomni.net/packages/ ./" | sudo tee /etc/apt/sources.li… | |
curl https://keybase.io/ihabunek/pgp_keys.asc | sudo apt-key add - | |
Install the package: |