Skip to content

Commit

Permalink
Merge pull request #2 from chashmeetsingh/patch-1
Browse files Browse the repository at this point in the history
Fix README
  • Loading branch information
TheAbstractDev committed Jun 27, 2019
2 parents 1cfa33d + 6d1aee3 commit a52fe98
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 a52fe98

Please sign in to comment.