diff --git a/README.md b/README.md index 511ea1f..315a788 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,6 @@ Within Python Virtual Environment: 3. Run `python setup.py` to get your bot's access token of your Mastodon server existing account. It will be saved to 'secrets/secrets.txt' for further use. -4. Run `python welcome.py` to check if ny new users and greet them and what is the registering evolution (hourly, daily, weekly). +4. Run `python welcome.py` to check if any new users and greet them and what is the registering evolution (hourly, daily, weekly). 5. Use your favourite scheduling method to set `python welcome.py` to run every minute.