From 07a037d4d4c0fe7b084f8c7cd83cf34b9b72512d Mon Sep 17 00:00:00 2001
From: Lynne <lynne@bune.city>
Date: Mon, 1 Jul 2019 17:05:13 +1000
Subject: [PATCH] updated blacklist and max_thread_length definitions in readme

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index d3542a3..307a39e 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ Configuring mstdn-ebooks is accomplished by editing `config.json`.
 |--------------------|------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
 | site | https://botsin.space | The instance your bot will log in to and post from. |
 | cw | null | The content warning (aka subject) mstdn-ebooks will apply to non-error posts. |
-| instance_blacklist | ["bofa.lol", "witches.town"] | If your bot is following someone from a blacklisted instance, it will skip over them and not download their posts. This is useful for ensuring that mstdn-ebooks doesn't download posts from dead instances, without you having to unfollow the user(s) from them. |
+| instance_blacklist | ["bofa.lol", "witches.town", "knzk.me"] | If your bot is following someone from a blacklisted instance, it will skip over them and not download their posts. This is useful for ensuring that mstdn-ebooks doesn't download posts from dead instances, without you having to unfollow the user(s) from them. |
 | learn_from_cw | false |  If true, mstdn-ebooks will learn from CW'd posts. |
 | mention_handling | 1 |  0: Never use mentions. 1: Only generate fake mentions in the middle of posts, never at the start. 2: Use mentions as normal (old behaviour). |
-| max_thread_length | 15 | The maximum number of bot posts in a row before it stops replying. A thread can be 10 or 10000 posts long, but the bot will stop after it has posted `max_thread_length` times. |
+| max_thread_length | 15 | The maximum number of bot posts in a thread before it stops replying. A thread can be 10 or 10000 posts long, but the bot will stop after it has posted `max_thread_length` times. |