From b1e44ae914a5bf2fef88b2e6a26c0caeb677235f Mon Sep 17 00:00:00 2001 From: Homer S Date: Fri, 3 Apr 2020 07:13:06 +0200 Subject: [PATCH] Corrected wrong term I don't know why I used 'vice versa' here .... Glitch in my head I guess. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2864e79..a2bf492 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ To use #mastobot you need to install tweepy, Mastodon.py and wget. To do so you `sudo pip3 install tweepy` -and vice versa. +and respectively for the other libraries. Also, you have of course to register the goal accounts on Mastodon and to adjust both the mastodon.py file's _setting\_path_ pointing to the absolute path to the settings.json file and the setting.json file itself regarding to your needs.