diff --git a/README.md b/README.md
index f5d98eb1..2e75788d 100644
--- a/README.md
+++ b/README.md
@@ -77,10 +77,10 @@ You can both set one fallback alert for all languages and many translated alerts
Example:
```
-ALERT_CLASS:
+ALERT:
all: Security alert: Please upgrade to 0.8.1 as soon as possible!
fr: Alerte de sécurité: Mettez Bitcoin à jour vers la version 0.8.1 sans délais!
-ALERT:
+ALERT_CLASS:
all: error
fr: error
```