Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
paulaTake authored Aug 16, 2024
1 parent 6f9817f commit 40c7692
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 40c7692

Please sign in to comment.