From 5d74e57a29809fe621cbdae887ebe3fa580b30fc Mon Sep 17 00:00:00 2001 From: Jonathan Munz Date: Tue, 9 Jul 2024 17:34:45 -0400 Subject: [PATCH] fix small typo in README setup step --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) } } ```