diff --git a/README.md b/README.md index 156b653..9894271 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Publish to Mastodon's server the rss feed of your choice. - **Python 3** - Postgresql server -- Everything else at the top of `mastofeed.py`! +- Everything else at the top of `mastofeeds.py`! ### Usage: @@ -17,7 +17,7 @@ Within Python Virtual Environment: 2. Run 'setup.py' to get your bot's access token of an existing user. It will be saved to 'secrets/secrets.txt' for further use. -3. Run 'mastofeed.py' to start publishing feeds. +3. Run 'mastofeeds.py' to start publishing feeds. Note: install all needed packages with 'pip install package' or use 'pip install -r requirements.txt' to install them.