Skip to content

Commit

Permalink
Fix old call leftover in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeehut authored May 24, 2024
1 parent e024e2f commit fc7f19f
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 @@ -69,7 +69,7 @@ You can update the configuration after TelemetryDeck is already initialized.
You can also send additional payload data with each signal:

```swift
TelemetryDeck.send("Database.updated", parameters: ["numberOfDatabaseEntries": "3831"])
TelemetryDeck.signal("Database.updated", parameters: ["numberOfDatabaseEntries": "3831"])
```

TelemetryDeck will automatically send base parameters, such as:
Expand Down

0 comments on commit fc7f19f

Please sign in to comment.