From 6d1aee3f9c4025c6da29d74ff21380b38b994f7a Mon Sep 17 00:00:00 2001 From: Chashmeet Singh Date: Fri, 21 Jun 2019 15:05:21 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 68d8a2f..3ca48d4 100644 --- a/README.md +++ b/README.md @@ -58,14 +58,14 @@ notchy.presentNotchy(in: self.view, duration: 3) #### Title and Image ```swift -let notchy = Notchy(title: "Oops!", description: nil, image: ") +let notchy = Notchy(title: "Oops!", description: nil, image: "") notchy.presentNotchy(in: self.view, duration: 3) ``` #### Title, Decription and Image ```swift -let notchy = Notchy(title: "Oops!", description: "No Internet Connection.", image: ") +let notchy = Notchy(title: "Oops!", description: "No Internet Connection.", image: "") notchy.presentNotchy(in: self.view, duration: 3) ```