diff --git a/readme.md b/readme.md
index 5771a02..cbbde80 100644
--- a/readme.md
+++ b/readme.md
@@ -34,11 +34,11 @@ Alle Einstellungen findest du in `system/extensions/yellow-system.ini`:
- **MastodonapiFolder** – Pfad zum Blog-Ordner (z. B. `content/1-blog/`)
- **MastodonapiTriggerPath** – Webhook-Pfad, z. B. `/mastodonapi-webhook-CHANGE_THIS_SECRET_KEY`
- Unbedingt anpassen! Wer diesen Link kennt, kann das Plug-in starten.
-- **MastodonapiStatus** – public
- - 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** – 1
+- **MastodonapiStatus** – Standartwert ist public
+ - public = Seite ist eine normale sichtbar
+ - draft = Die Seite ist nicht sichtbar, der Benutzer muss sich anmelden, erfordert die Erweiterung «Draft
+ - unlisted = Die Seite ist nicht sichtbar, aber mit dem richtigen Link erreichbar
+- **MastodonapiMaxAge** – Standartwert ist 0
- In Stunden. 0 = alle Toots.
💡 Du kannst den Webhook auch per Cronjob regelmäßig aufrufen (z. B. stündlich).