From 8dd3bd5ad502c111d8833df5239de7cda22ef719 Mon Sep 17 00:00:00 2001 From: Saivann Date: Mon, 17 Jun 2013 16:28:04 -0400 Subject: [PATCH] Fix a mistake about ALERT example in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ```