Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chashmeetsingh committed Jun 21, 2019
1 parent 1cfa33d commit 6d1aee3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@ notchy.presentNotchy(in: self.view, duration: 3)
#### Title and Image

```swift
let notchy = Notchy(title: "Oops!", description: nil, image: "<YOUR IMAGE>)
let notchy = Notchy(title: "Oops!", description: nil, image: "<YOUR IMAGE>")
notchy.presentNotchy(in: self.view, duration: 3)
```

#### Title, Decription and Image

```swift
let notchy = Notchy(title: "Oops!", description: "No Internet Connection.", image: "<YOUR IMAGE>)
let notchy = Notchy(title: "Oops!", description: "No Internet Connection.", image: "<YOUR IMAGE>")
notchy.presentNotchy(in: self.view, duration: 3)
```

Expand Down

0 comments on commit 6d1aee3

Please sign in to comment.