From 862bc3b751a01791dc3d866f19505ccefcc3413d Mon Sep 17 00:00:00 2001 From: rvidis Date: Fri, 21 Sep 2018 15:47:54 +0100 Subject: [PATCH] Update readme - syntax error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a046c62..d77d1179 100644 --- a/README.md +++ b/README.md @@ -150,7 +150,7 @@ gcmBroker.OnNotificationFailed += (notification, aggregateEx) => { Console.WriteLine ($"Device RegistrationId Expired: {oldId}"); - if (!string.IsNullOrWhitespace (newId)) { + if (!string.IsNullOrWhiteSpace (newId)) { // If this value isn't null, our subscription changed and we should update our database Console.WriteLine ($"Device RegistrationId Changed To: {newId}"); }