diff --git a/README.md b/README.md index ae6d7f4c8b..263c6e3632 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ internal class MyApplication : Application() { // Do your exporter setup before starting the SDK - Embrace.getInstance().start() + Embrace.getInstance().start(this) } } ```