From 1226e08b46969ee091fba5f7f9782138c9d87ed2 Mon Sep 17 00:00:00 2001 From: Andy Balaam Date: Fri, 15 Feb 2019 10:15:04 +0000 Subject: [PATCH] Remove extra "c" in example config file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2da18da..3111169 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ with later timestamps to avoid duplicate posts. On the first run the timestamp w :mastodon {:access_token "XXXX" ;; account number you see when you log in and go to your profile ;; e.g: https://mastodon.social/web/accounts/294795 - :acccount-id "XXXX" + :account-id "XXXX" :api_url "https://botsin.space/api/v1/" ;; optional boolean to mark content as sensitive :sensitive? true