Skip to content

Commit

Permalink
Update README, re appID
Browse files Browse the repository at this point in the history
Fix #80
  • Loading branch information
winsmith authored Dec 12, 2022
1 parent 2fcc3b2 commit b2f244e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This package allows you to send signals to [TelemetryDeck](https://telemetrydeck

## Initialization

Init the Telemetry Manager at app startup, so it knows your App ID (you can retrieve the App ID in the Telemetry Viewer app, under App Settings)
Init the Telemetry Manager at app startup, so it knows your App ID (you can retrieve the App ID from your [TelemetryDeck Dashboard](https://dashboard.telemetrydeck.com/) under Set Up App)

```swift
let configuration = TelemetryManagerConfiguration(appID: "<YOUR-APP-ID>")
Expand Down

0 comments on commit b2f244e

Please sign in to comment.