From 7cfd6e788fd89a0ede55ba706cfaf3f8911458bd Mon Sep 17 00:00:00 2001 From: Arthur Ariel Sabintsev Date: Sat, 22 Sep 2018 15:46:29 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6670a4d0..1a7d0abe 100755 --- a/README.md +++ b/README.md @@ -169,7 +169,7 @@ func application(application: UIApplication, didFinishLaunchingWithOptions launc extension AppDelegate: SirenDelegate { // Returns a localized message to this delegate method upon performing a successful version check func sirenDidDetectNewVersionWithoutAlert(message: String, updateType: UpdateType) { - print("\(message)") + print("\(message)") } } ```