Skip to content

Commit

Permalink
Merge pull request #10 from paulaTake/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
AcacioFernando authored Aug 19, 2024
2 parents 6f9817f + 40c7692 commit 17c2a90
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 @@ -65,7 +65,7 @@ To use location cards, set up the Usage Description Key for Location Service on

**Swift**
```swift
BlipClient.openBlipThread(myView: self, appKey: "your-app-key", options: nil)
BlipClient.openBlipThread(myView: self, appKey: "your-app-key", options: BlipOptions())
```

**Objective-C**
Expand All @@ -91,7 +91,7 @@ To use location cards, set up the Usage Description Key for Location Service on

override func viewDidAppear(_ animated: Bool) {
do {
try BlipClient.openBlipThread(myView: self, appKey: "your-api-key", options: nil)
try BlipClient.openBlipThread(myView: self, appKey: "your-api-key", options: BlipOptions())
} catch {
print (error.localizedDescription)
}
Expand Down

0 comments on commit 17c2a90

Please sign in to comment.