diff --git a/readme.md b/readme.md
index fb9c7f1..645f8aa 100644
--- a/readme.md
+++ b/readme.md
@@ -27,8 +27,8 @@ There are three ways to trigger the import:
All settings are in `system/extensions/yellow-system.ini`:
`MastodonapiInstanceUrl` = your Mastodon instance URL (e.g. https://mastodon.social)
-`MastodonapiAccountId` = your Mastodon user ID (numeric, e.g. 1234567890)
-Find the ID of a Mastodon account: Enter "https://YOUR_INSTANCE_URL/api/v1/accounts/lookup?acct=PROFILNAME" in your browser.
+`MastodonapiAccountId` = your Mastodon user ID (numeric, e.g. 1234567890)
+Find the ID of a Mastodon account: Enter "https://YOUR_INSTANCE_URL/api/v1/accounts/lookup?acct=PROFILNAME" in your browser.
Find the ID of a GoToSocial account (see here)
`MastodonapiAccessToken` = Optional for a Mastodon account, mandatory for a GoToSocial account (see here)
`MastodonapiUpdateInterval` = Time interval between automatic updates in minutes (default: 30).
@@ -38,8 +38,8 @@ Find the ID of a GoToSocial account draft extension
+public = page is a normal page
+draft = page is not visible, user needs to log in, requires draft extension
unlisted = page is not visible, but can be accessed with the correct link
`MastodonapiMaxAge` = Age of Toots in hours that should still be imported. 0 = all available Toots.