From bfe12535849bb5a5df82000fee1e1d8f50596047 Mon Sep 17 00:00:00 2001 From: Dmitri Sotnikov Date: Wed, 22 Jan 2020 16:11:13 -0500 Subject: [PATCH] fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 766ee43..0d6cbbe 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ with later timestamps to avoid duplicate posts. On the first run the timestamp w ;; any posts not matching the regexes will be filtered out :keyword-filters [".*clojure.*"] ;; Replace Twitter links by Nitter - : nitter-urls? false}} + :nitter-urls? false}} ``` * the bot looks for `config.edn` at its relative path by default, an alternative location can be specified either using the `MASTODON_BOT_CONFIG` environment variable or passing the path to config as an argument