Remove extra "c" in example config file

This commit is contained in:
Andy Balaam 2019-02-15 10:15:04 +00:00 committed by GitHub
parent e371993b23
commit 1226e08b46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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