From 779e13ffb0123c9115b99de6670a70bdf3cd05e1 Mon Sep 17 00:00:00 2001 From: Friedrich von Never Date: Thu, 10 Nov 2016 17:24:48 +0700 Subject: [PATCH] =?UTF-8?q?Readme:=20Failed=20=E2=86=92=20Succeeded?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 27681699..6369fd36 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ gcmBroker.OnNotificationFailed += (notification, aggregateEx) => { var multicastException = (GcmMulticastResultException)ex; foreach (var succeededNotification in multicastException.Succeeded) { - Console.WriteLine ($"GCM Notification Failed: ID={succeededNotification.MessageId}"); + Console.WriteLine ($"GCM Notification Succeeded: ID={succeededNotification.MessageId}"); } foreach (var failedKvp in multicastException.Failed) {