Skip to content

Commit

Permalink
fix small typo in README setup step
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmunz committed Jul 9, 2024
1 parent d1f4040 commit 5d74e57
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 @@ -68,7 +68,7 @@ internal class MyApplication : Application() {

// Do your exporter setup before starting the SDK

Embrace.getInstance().start()
Embrace.getInstance().start(this)
}
}
```
Expand Down

0 comments on commit 5d74e57

Please sign in to comment.